hr-design-system-handlebars 0.44.0 → 0.44.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/dist/assets/index.css +70 -70
- package/dist/views/components/base/image/{responsiveImage.hbs → responsive_image.hbs} +0 -0
- package/dist/views/components/base/loadSSI.hbs +1 -1
- package/dist/views/components/base/load_dynamic.hbs +11 -0
- package/dist/views/components/{Grid/Grid.hbs → grid/grid.hbs} +64 -64
- package/dist/views/components/{Grid/GridGroup.hbs → grid/grid_group.hbs} +0 -0
- package/dist/views/components/{Grid/GridGroupFull.hbs → grid/grid_group_full.hbs} +0 -0
- package/dist/views/components/{Grid/GridGroupTabbed.hbs → grid/grid_group_tabbed.hbs} +0 -0
- package/dist/views/components/{Grid/GridItem.hbs → grid/grid_item.hbs} +0 -0
- package/dist/views/components/{Label.hbs → label/label.hbs} +0 -0
- package/dist/views/components/{Page/Page.hbs → page/page.hbs} +14 -14
- package/dist/views/components/{Teaser/components/Byline.hbs → teaser/components/teaser_byline.hbs} +1 -1
- package/dist/views/components/{Teaser/components/Comments.hbs → teaser/components/teaser_comments.hbs} +0 -0
- package/dist/views/components/teaser/components/teaser_heading.hbs +13 -0
- package/dist/views/components/{Teaser/components/teaserText.hbs → teaser/components/teaser_text.hbs} +0 -0
- package/dist/views/components/{Teaser/components/Title.hbs → teaser/components/teaser_title.hbs} +0 -0
- package/dist/views/components/{Teaser/components/Topline.hbs → teaser/components/teaser_topline.hbs} +0 -0
- package/dist/views/components/{Teaser → teaser}/group_teaser/group_teaser.hbs +3 -3
- package/dist/views/components/{Teaser → teaser}/jsonHelper.js +0 -0
- package/dist/views/components/{Teaser → teaser}/labelHelper.js +0 -0
- package/dist/views/components/{Teaser/Teaser-alternativ.hbs → teaser/teaser_alternativ.hbs} +4 -4
- package/dist/views/components/{Teaser → teaser}/teaser_logic/teaser_logic.hbs +2 -2
- package/dist/views/components/{Teaser → teaser}/teaser_logic/teaser_logic.ssi.hbs +1 -1
- package/dist/views/components/{Teaser/Teaser-standard.hbs → teaser/teaser_standard.hbs} +4 -4
- package/package.json +1 -1
- package/src/assets/fixtures/teaser/teaser_group_100_2x_50.inc.json +153 -0
- package/src/assets/fixtures/teaser/teaser_images.inc.json +203 -0
- package/src/assets/fixtures/teaser/teaser_index.json +20 -0
- package/src/assets/fixtures/teaser/teaser_standard_lg_serif.json +1 -1
- package/src/assets/fixtures/teaser/teaser_standard_md_serif.json +8 -1
- package/src/assets/fixtures/teaser/teaser_standard_sm_serif.json +8 -1
- package/src/assets/fixtures/teaser/teaser_standard_xl_serif.json +1 -1
- package/src/assets/fixtures/teaser/teaser_standard_xxl_serif.json +1 -1
- package/src/assets/fixtures/teaser/teaser_standard_xxl_serif_label.json +4 -4
- package/src/assets/fixtures/teaser/teasers.inc.json +207 -235
- package/src/stories/Fixtures.stories.mdx +352 -28
- package/src/stories/views/components/base/image/{responsiveImage.hbs → responsive_image.hbs} +0 -0
- package/src/stories/views/components/base/loadSSI.hbs +1 -1
- package/src/stories/views/components/base/load_dynamic.hbs +11 -0
- package/src/stories/views/components/{Grid/Grid.hbs → grid/grid.hbs} +64 -64
- package/src/stories/views/components/{Grid/Grid.stories.mdx → grid/grid.stories.mdx} +2 -2
- package/src/stories/views/components/{Grid/GridGroup.hbs → grid/grid_group.hbs} +0 -0
- package/src/stories/views/components/{Grid/GridGroupFull.hbs → grid/grid_group_full.hbs} +0 -0
- package/src/stories/views/components/{Grid/GridGroupTabbed.hbs → grid/grid_group_tabbed.hbs} +0 -0
- package/src/stories/views/components/{Grid/GridItem.hbs → grid/grid_item.hbs} +0 -0
- package/src/stories/views/components/{Label.hbs → label/label.hbs} +0 -0
- package/src/stories/views/components/{Label.stories.mdx → label/label.stories.mdx} +2 -2
- package/src/stories/views/components/{Page/Page.hbs → page/page.hbs} +14 -14
- package/src/stories/views/components/{Page/Page.stories.mdx → page/page.stories.mdx} +2 -2
- package/src/stories/views/components/{Teaser/components/Byline.hbs → teaser/components/teaser_byline.hbs} +1 -1
- package/src/stories/views/components/{Teaser/components/Byline.stories.mdx → teaser/components/teaser_byline.stories.mdx} +1 -1
- package/src/stories/views/components/{Teaser/components/Comments.hbs → teaser/components/teaser_comments.hbs} +0 -0
- package/src/stories/views/components/teaser/components/teaser_heading.hbs +13 -0
- package/src/stories/views/components/{Teaser/components/Teaser-Heading.stories.mdx → teaser/components/teaser_heading.stories.mdx} +2 -2
- package/src/stories/views/components/{Teaser/components/teaserText.hbs → teaser/components/teaser_text.hbs} +0 -0
- package/src/stories/views/components/{Teaser/components/teaserText.stories.mdx → teaser/components/teaser_text.stories.mdx} +2 -2
- package/src/stories/views/components/{Teaser/components/Title.hbs → teaser/components/teaser_title.hbs} +0 -0
- package/src/stories/views/components/{Teaser/components/Title.stories.mdx → teaser/components/teaser_title.stories.mdx} +1 -1
- package/src/stories/views/components/{Teaser/components/Topline.hbs → teaser/components/teaser_topline.hbs} +0 -0
- package/src/stories/views/components/{Teaser/components/Topline.stories.mdx → teaser/components/teaser_topline.stories.mdx} +1 -1
- package/src/stories/views/components/{Teaser → teaser}/data/16_7_teaserImage.json +0 -0
- package/src/stories/views/components/{Teaser → teaser}/data/16_9_teaserImage.json +0 -0
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_alternativ_lg_serif.json +1 -1
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_alternativ_md_serif.json +1 -1
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_alternativ_sm_serif.json +1 -1
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_alternativ_xl_serif.json +1 -1
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_alternativ_xxl_serif.json +1 -1
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_article.json +1 -1
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_commentLink.json +0 -0
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_full.json +6 -6
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_standard_lg_serif.json +1 -1
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_standard_md_serif.json +1 -1
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_standard_sm_serif.json +1 -1
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_standard_xl_serif.json +1 -1
- package/src/stories/views/components/{Teaser → teaser}/data/teaser_standard_xxl_serif.json +1 -1
- package/src/stories/views/components/{Teaser → teaser}/data/teasers.json +0 -0
- package/src/stories/views/components/{Teaser → teaser}/data/ticker_label.json +0 -0
- package/src/stories/views/components/{Teaser → teaser}/fixtures/teaser_comment.json +0 -0
- package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_lg_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_md_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_sm_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_xl_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_xxl_serif.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_xxl_serif_comments.json +1 -0
- package/src/stories/views/components/teaser/fixtures/teaser_standard_xxl_serif_label.json +1 -0
- package/src/stories/views/components/{Teaser → teaser}/group_teaser/group_teaser.hbs +3 -3
- package/src/stories/views/components/{Teaser → teaser}/jsonHelper.js +0 -0
- package/src/stories/views/components/{Teaser → teaser}/labelHelper.js +0 -0
- package/src/stories/views/components/{Teaser/Teaser-alternativ.hbs → teaser/teaser_alternativ.hbs} +4 -4
- package/src/stories/views/components/{Teaser/teaser-alternativ.stories.mdx → teaser/teaser_alternativ.stories.mdx} +1 -1
- package/src/stories/views/components/{Teaser → teaser}/teaser_logic/teaser_logic.hbs +2 -2
- package/src/stories/views/components/{Teaser → teaser}/teaser_logic/teaser_logic.ssi.hbs +1 -1
- package/src/stories/views/components/{Teaser/teaser_logic/teaser-logic.stories.mdx → teaser/teaser_logic/teaser_logic.stories.mdx} +1 -1
- package/src/stories/views/components/{Teaser/Teaser-standard.hbs → teaser/teaser_standard.hbs} +4 -4
- package/src/stories/views/components/{Teaser/teaser-standard.stories.mdx → teaser/teaser_standard.stories.mdx} +8 -11
- package/dist/views/components/Teaser/components/Teaser-Heading.hbs +0 -13
- package/dist/views/components/base/loadDynamic.hbs +0 -11
- package/dist/views/components/list.hbs +0 -1
- package/src/stories/views/components/Teaser/components/Teaser-Heading.hbs +0 -13
- 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_commentLink.json +0 -1
- 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 copy.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/src/stories/views/components/Teaser/fixtures/xxlTeaserStandard--serif.json +0 -1
- package/src/stories/views/components/Teaser/fixtures/xxlTeaserStandard--serifLabel.json +0 -1
- package/src/stories/views/components/base/loadDynamic.hbs +0 -11
- package/src/stories/views/components/list.hbs +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
|
1
|
+
# v0.44.3 (Mon May 09 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Some refactoring and cleanup [#230](https://github.com/mumprod/hr-design-system-handlebars/pull/230) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.44.2 (Thu May 05 2022)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- Dpe 1558 [#228](https://github.com/mumprod/hr-design-system-handlebars/pull/228) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
# v0.44.1 (Mon May 02 2022)
|
|
26
|
+
|
|
27
|
+
#### 🐛 Bug Fix
|
|
28
|
+
|
|
29
|
+
- Renaming files to snake case [#226](https://github.com/mumprod/hr-design-system-handlebars/pull/226) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
30
|
+
|
|
31
|
+
#### 📝 Documentation
|
|
32
|
+
|
|
33
|
+
- Feature/dpe 1550 [#227](https://github.com/mumprod/hr-design-system-handlebars/pull/227) ([@szuelch](https://github.com/szuelch))
|
|
34
|
+
|
|
35
|
+
#### Authors: 2
|
|
36
|
+
|
|
37
|
+
- [@szuelch](https://github.com/szuelch)
|
|
38
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
1
42
|
# v0.44.0 (Mon May 02 2022)
|
|
2
43
|
|
|
3
44
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -1557,9 +1557,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
1557
1557
|
.\!mt-4 {
|
|
1558
1558
|
margin-top: 1rem !important;
|
|
1559
1559
|
}
|
|
1560
|
-
.ml-2 {
|
|
1561
|
-
margin-left: 0.5rem;
|
|
1562
|
-
}
|
|
1563
1560
|
.-mt-2 {
|
|
1564
1561
|
margin-top: -0.5rem;
|
|
1565
1562
|
}
|
|
@@ -1572,6 +1569,9 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
1572
1569
|
.-mt-10 {
|
|
1573
1570
|
margin-top: -2.5rem;
|
|
1574
1571
|
}
|
|
1572
|
+
.ml-2 {
|
|
1573
|
+
margin-left: 0.5rem;
|
|
1574
|
+
}
|
|
1575
1575
|
.mr-4 {
|
|
1576
1576
|
margin-right: 1rem;
|
|
1577
1577
|
}
|
|
@@ -2008,6 +2008,45 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2008
2008
|
--tw-bg-opacity: 1;
|
|
2009
2009
|
background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
|
|
2010
2010
|
}
|
|
2011
|
+
.bg-current {
|
|
2012
|
+
background-color: currentColor;
|
|
2013
|
+
}
|
|
2014
|
+
.bg-white {
|
|
2015
|
+
--tw-bg-opacity: 1;
|
|
2016
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
2017
|
+
}
|
|
2018
|
+
.bg-blue-congress {
|
|
2019
|
+
--tw-bg-opacity: 1;
|
|
2020
|
+
background-color: rgba(0, 82, 147, var(--tw-bg-opacity));
|
|
2021
|
+
}
|
|
2022
|
+
.bg-gray-800 {
|
|
2023
|
+
--tw-bg-opacity: 1;
|
|
2024
|
+
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
|
|
2025
|
+
}
|
|
2026
|
+
.bg-gray-100 {
|
|
2027
|
+
--tw-bg-opacity: 1;
|
|
2028
|
+
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
2029
|
+
}
|
|
2030
|
+
.bg-green-300 {
|
|
2031
|
+
--tw-bg-opacity: 1;
|
|
2032
|
+
background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
|
|
2033
|
+
}
|
|
2034
|
+
.bg-gray-500 {
|
|
2035
|
+
--tw-bg-opacity: 1;
|
|
2036
|
+
background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
|
|
2037
|
+
}
|
|
2038
|
+
.bg-blue-200 {
|
|
2039
|
+
--tw-bg-opacity: 1;
|
|
2040
|
+
background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
|
|
2041
|
+
}
|
|
2042
|
+
.bg-blue-400 {
|
|
2043
|
+
--tw-bg-opacity: 1;
|
|
2044
|
+
background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
|
|
2045
|
+
}
|
|
2046
|
+
.bg-red-400 {
|
|
2047
|
+
--tw-bg-opacity: 1;
|
|
2048
|
+
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
|
|
2049
|
+
}
|
|
2011
2050
|
.bg-labelMedia {
|
|
2012
2051
|
background-color: #006dc1;
|
|
2013
2052
|
background-color: var(--color-label-media);
|
|
@@ -2044,45 +2083,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2044
2083
|
background-color: #d34600;
|
|
2045
2084
|
background-color: var(--color-label-live);
|
|
2046
2085
|
}
|
|
2047
|
-
.bg-gray-100 {
|
|
2048
|
-
--tw-bg-opacity: 1;
|
|
2049
|
-
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
2050
|
-
}
|
|
2051
|
-
.bg-green-300 {
|
|
2052
|
-
--tw-bg-opacity: 1;
|
|
2053
|
-
background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
|
|
2054
|
-
}
|
|
2055
|
-
.bg-gray-500 {
|
|
2056
|
-
--tw-bg-opacity: 1;
|
|
2057
|
-
background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
|
|
2058
|
-
}
|
|
2059
|
-
.bg-white {
|
|
2060
|
-
--tw-bg-opacity: 1;
|
|
2061
|
-
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
2062
|
-
}
|
|
2063
|
-
.bg-blue-200 {
|
|
2064
|
-
--tw-bg-opacity: 1;
|
|
2065
|
-
background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
|
|
2066
|
-
}
|
|
2067
|
-
.bg-blue-400 {
|
|
2068
|
-
--tw-bg-opacity: 1;
|
|
2069
|
-
background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
|
|
2070
|
-
}
|
|
2071
|
-
.bg-red-400 {
|
|
2072
|
-
--tw-bg-opacity: 1;
|
|
2073
|
-
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
|
|
2074
|
-
}
|
|
2075
|
-
.bg-current {
|
|
2076
|
-
background-color: currentColor;
|
|
2077
|
-
}
|
|
2078
|
-
.bg-blue-congress {
|
|
2079
|
-
--tw-bg-opacity: 1;
|
|
2080
|
-
background-color: rgba(0, 82, 147, var(--tw-bg-opacity));
|
|
2081
|
-
}
|
|
2082
|
-
.bg-gray-800 {
|
|
2083
|
-
--tw-bg-opacity: 1;
|
|
2084
|
-
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
|
|
2085
|
-
}
|
|
2086
2086
|
.bg-gradient-to-r {
|
|
2087
2087
|
background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
|
|
2088
2088
|
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
|
@@ -2112,13 +2112,17 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2112
2112
|
.p-2 {
|
|
2113
2113
|
padding: 0.5rem;
|
|
2114
2114
|
}
|
|
2115
|
-
.px-
|
|
2116
|
-
padding-left:
|
|
2117
|
-
padding-right:
|
|
2115
|
+
.px-5 {
|
|
2116
|
+
padding-left: 1.25rem;
|
|
2117
|
+
padding-right: 1.25rem;
|
|
2118
2118
|
}
|
|
2119
|
-
.
|
|
2120
|
-
padding-
|
|
2121
|
-
padding-
|
|
2119
|
+
.py-3\.5 {
|
|
2120
|
+
padding-top: 0.875rem;
|
|
2121
|
+
padding-bottom: 0.875rem;
|
|
2122
|
+
}
|
|
2123
|
+
.py-3 {
|
|
2124
|
+
padding-top: 0.75rem;
|
|
2125
|
+
padding-bottom: 0.75rem;
|
|
2122
2126
|
}
|
|
2123
2127
|
.py-6 {
|
|
2124
2128
|
padding-top: 1.5rem;
|
|
@@ -2132,17 +2136,13 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2132
2136
|
padding-top: 2rem;
|
|
2133
2137
|
padding-bottom: 2rem;
|
|
2134
2138
|
}
|
|
2135
|
-
.px-5 {
|
|
2136
|
-
padding-left:
|
|
2137
|
-
padding-right:
|
|
2138
|
-
}
|
|
2139
|
-
.py-3\.5 {
|
|
2140
|
-
padding-top: 0.875rem;
|
|
2141
|
-
padding-bottom: 0.875rem;
|
|
2139
|
+
.px-1\.5 {
|
|
2140
|
+
padding-left: 0.375rem;
|
|
2141
|
+
padding-right: 0.375rem;
|
|
2142
2142
|
}
|
|
2143
|
-
.
|
|
2144
|
-
padding-
|
|
2145
|
-
padding-
|
|
2143
|
+
.px-1 {
|
|
2144
|
+
padding-left: 0.25rem;
|
|
2145
|
+
padding-right: 0.25rem;
|
|
2146
2146
|
}
|
|
2147
2147
|
.px-3\.5 {
|
|
2148
2148
|
padding-left: 0.875rem;
|
|
@@ -2176,15 +2176,15 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2176
2176
|
padding-left: 1rem;
|
|
2177
2177
|
padding-right: 1rem;
|
|
2178
2178
|
}
|
|
2179
|
-
.pt-px {
|
|
2180
|
-
padding-top: 1px;
|
|
2181
|
-
}
|
|
2182
2179
|
.pl-4 {
|
|
2183
2180
|
padding-left: 1rem;
|
|
2184
2181
|
}
|
|
2185
2182
|
.pr-2 {
|
|
2186
2183
|
padding-right: 0.5rem;
|
|
2187
2184
|
}
|
|
2185
|
+
.pt-px {
|
|
2186
|
+
padding-top: 1px;
|
|
2187
|
+
}
|
|
2188
2188
|
.pt-1 {
|
|
2189
2189
|
padding-top: 0.25rem;
|
|
2190
2190
|
}
|
|
@@ -2317,6 +2317,10 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2317
2317
|
--tw-text-opacity: 1 !important;
|
|
2318
2318
|
color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
|
|
2319
2319
|
}
|
|
2320
|
+
.text-blue-congress {
|
|
2321
|
+
--tw-text-opacity: 1;
|
|
2322
|
+
color: rgba(0, 82, 147, var(--tw-text-opacity));
|
|
2323
|
+
}
|
|
2320
2324
|
.text-white {
|
|
2321
2325
|
--tw-text-opacity: 1;
|
|
2322
2326
|
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
@@ -2325,10 +2329,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2325
2329
|
--tw-text-opacity: 1;
|
|
2326
2330
|
color: rgba(96, 96, 96, var(--tw-text-opacity));
|
|
2327
2331
|
}
|
|
2328
|
-
.text-blue-congress {
|
|
2329
|
-
--tw-text-opacity: 1;
|
|
2330
|
-
color: rgba(0, 82, 147, var(--tw-text-opacity));
|
|
2331
|
-
}
|
|
2332
2332
|
.text-toplineColor {
|
|
2333
2333
|
color: #006dc1;
|
|
2334
2334
|
color: var(--color-topline);
|
|
@@ -2802,16 +2802,16 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
2802
2802
|
padding-left: 0px;
|
|
2803
2803
|
}
|
|
2804
2804
|
|
|
2805
|
-
.md\:text-4xl {
|
|
2806
|
-
font-size: 2.125rem;
|
|
2807
|
-
line-height: 2.375rem;
|
|
2808
|
-
}
|
|
2809
|
-
|
|
2810
2805
|
.md\:text-base {
|
|
2811
2806
|
font-size: 1rem;
|
|
2812
2807
|
line-height: 1.25rem;
|
|
2813
2808
|
}
|
|
2814
2809
|
|
|
2810
|
+
.md\:text-4xl {
|
|
2811
|
+
font-size: 2.125rem;
|
|
2812
|
+
line-height: 2.375rem;
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2815
2815
|
.md\:leading-4 {
|
|
2816
2816
|
line-height: 1rem;
|
|
2817
2817
|
}
|
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{{#switch templatePath}}
|
|
2
|
+
{{#case "components/Header/ServiceNavigation/ServiceNavigationItem"}}
|
|
3
|
+
{{> components/Header/ServiceNavigation/ServiceNavigationItem}}
|
|
4
|
+
{{/case}}
|
|
5
|
+
{{#case "components/teaser/group_teaser/group_teaser"}}
|
|
6
|
+
{{> components/teaser/group_teaser/group_teaser}}
|
|
7
|
+
{{/case}}
|
|
8
|
+
{{#case "components/teaser/teaser_standard"}}
|
|
9
|
+
{{> components/teaser/teaser_standard}}
|
|
10
|
+
{{/case}}
|
|
11
|
+
{{/switch}}
|
|
@@ -1,156 +1,156 @@
|
|
|
1
1
|
|
|
2
2
|
<div class="grid bg-gray-100 grid-page">
|
|
3
3
|
<div class="grid grid-cols-12 py-6 bg-green-300 sm:px-8 col-full sm:col-main gap-x-6 gap-y-6">
|
|
4
|
-
{{#>components/
|
|
4
|
+
{{#>components/grid/grid_group size="100"}}
|
|
5
5
|
<h2 class="text-4xl headline--barrier col-span-full">Gruppen 100%</h2>
|
|
6
|
-
{{#>components/
|
|
6
|
+
{{#>components/grid/grid_item size="12"}}
|
|
7
7
|
<a href="#">
|
|
8
8
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
9
9
|
12/12 = 100%
|
|
10
10
|
</div>
|
|
11
11
|
</a>
|
|
12
|
-
{{/components/
|
|
13
|
-
{{/components/
|
|
14
|
-
{{#>components/
|
|
12
|
+
{{/components/grid/grid_item}}
|
|
13
|
+
{{/components/grid/grid_group}}
|
|
14
|
+
{{#>components/grid/grid_group_full }}
|
|
15
15
|
<h2 class="text-4xl headline--barrier col-span-full">Gruppen 100% mit blauen Hintergrung bis Rand</h2>
|
|
16
|
-
{{#>components/
|
|
16
|
+
{{#>components/grid/grid_item size="6"}}
|
|
17
17
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
18
18
|
6/12 = 50%
|
|
19
19
|
</div>
|
|
20
|
-
{{/components/
|
|
21
|
-
{{#>components/
|
|
20
|
+
{{/components/grid/grid_item}}
|
|
21
|
+
{{#>components/grid/grid_item size="6"}}
|
|
22
22
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
23
23
|
6/12 = 50%
|
|
24
24
|
</div>
|
|
25
|
-
{{/components/
|
|
26
|
-
{{/components/
|
|
25
|
+
{{/components/grid/grid_item}}
|
|
26
|
+
{{/components/grid/grid_group_full}}
|
|
27
27
|
|
|
28
|
-
{{#>components/
|
|
28
|
+
{{#>components/grid/grid_group size="100"}}
|
|
29
29
|
|
|
30
30
|
<h2 class="text-4xl headline--barrier col-span-full">Gruppen 100%</h2>
|
|
31
|
-
{{#>components/
|
|
31
|
+
{{#>components/grid/grid_item size="6"}}
|
|
32
32
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
33
33
|
6/12 = 50%
|
|
34
34
|
</div>
|
|
35
|
-
{{/components/
|
|
36
|
-
{{#>components/
|
|
35
|
+
{{/components/grid/grid_item}}
|
|
36
|
+
{{#>components/grid/grid_item size="6"}}
|
|
37
37
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
38
38
|
6/12 = 50%
|
|
39
39
|
</div>
|
|
40
|
-
{{/components/
|
|
40
|
+
{{/components/grid/grid_item}}
|
|
41
41
|
|
|
42
|
-
{{#>components/
|
|
42
|
+
{{#>components/grid/grid_item size="4"}}
|
|
43
43
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
44
44
|
4/12 = 33%
|
|
45
45
|
</div>
|
|
46
|
-
{{/components/
|
|
47
|
-
{{#>components/
|
|
46
|
+
{{/components/grid/grid_item}}
|
|
47
|
+
{{#>components/grid/grid_item size="4"}}
|
|
48
48
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
49
49
|
4/12 = 33%
|
|
50
50
|
</div>
|
|
51
|
-
{{/components/
|
|
52
|
-
{{#>components/
|
|
51
|
+
{{/components/grid/grid_item}}
|
|
52
|
+
{{#>components/grid/grid_item size="4"}}
|
|
53
53
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
54
54
|
4/12 = 33%
|
|
55
55
|
</div>
|
|
56
|
-
{{/components/
|
|
57
|
-
{{/components/
|
|
58
|
-
{{#>components/
|
|
56
|
+
{{/components/grid/grid_item}}
|
|
57
|
+
{{/components/grid/grid_group}}
|
|
58
|
+
{{#>components/grid/grid_group_tabbed }}
|
|
59
59
|
<h2 class="text-4xl headline--barrier col-span-full">Gruppen 100% Tabbed</h2>
|
|
60
|
-
{{#>components/
|
|
60
|
+
{{#>components/grid/grid_item size="3"}}
|
|
61
61
|
<div class="flex items-center justify-center text-4xl text-white bg-gray-500 aspect-video">
|
|
62
62
|
3/12 = 25%
|
|
63
63
|
</div>
|
|
64
|
-
{{/components/
|
|
64
|
+
{{/components/grid/grid_item}}
|
|
65
65
|
|
|
66
|
-
{{#>components/
|
|
66
|
+
{{#>components/grid/grid_item size="3"}}
|
|
67
67
|
<div class="flex items-center justify-center text-4xl text-white bg-gray-500 aspect-video">
|
|
68
68
|
3/12 = 25%
|
|
69
69
|
</div>
|
|
70
|
-
{{/components/
|
|
70
|
+
{{/components/grid/grid_item}}
|
|
71
71
|
|
|
72
|
-
{{#>components/
|
|
72
|
+
{{#>components/grid/grid_item size="3"}}
|
|
73
73
|
<div class="flex items-center justify-center text-4xl text-white bg-gray-500 aspect-video">
|
|
74
74
|
3/12 = 25%
|
|
75
75
|
</div>
|
|
76
|
-
{{/components/
|
|
76
|
+
{{/components/grid/grid_item}}
|
|
77
77
|
|
|
78
|
-
{{#>components/
|
|
78
|
+
{{#>components/grid/grid_item size="3"}}
|
|
79
79
|
<div class="flex items-center justify-center text-4xl text-white bg-gray-500 aspect-video">
|
|
80
80
|
3/12 = 25%
|
|
81
81
|
</div>
|
|
82
|
-
{{/components/
|
|
82
|
+
{{/components/grid/grid_item}}
|
|
83
83
|
|
|
84
|
-
{{/components/
|
|
85
|
-
{{#>components/
|
|
84
|
+
{{/components/grid/grid_group_tabbed}}
|
|
85
|
+
{{#>components/grid/grid_group}}
|
|
86
86
|
<h2 class="text-4xl headline--barrier col-span-full">Gruppen 100%</h2>
|
|
87
|
-
{{#>components/
|
|
87
|
+
{{#>components/grid/grid_item size="4"}}
|
|
88
88
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
89
89
|
4/12 = 33%
|
|
90
90
|
</div>
|
|
91
|
-
{{/components/
|
|
92
|
-
{{#>components/
|
|
91
|
+
{{/components/grid/grid_item}}
|
|
92
|
+
{{#>components/grid/grid_item size="4"}}
|
|
93
93
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
94
94
|
4/12 = 33%
|
|
95
95
|
</div>
|
|
96
|
-
{{/components/
|
|
97
|
-
{{#>components/
|
|
96
|
+
{{/components/grid/grid_item}}
|
|
97
|
+
{{#>components/grid/grid_item size="4"}}
|
|
98
98
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
99
99
|
4/12 = 33%
|
|
100
100
|
</div>
|
|
101
|
-
{{/components/
|
|
102
|
-
{{/components/
|
|
103
|
-
{{#>components/
|
|
101
|
+
{{/components/grid/grid_item}}
|
|
102
|
+
{{/components/grid/grid_group}}
|
|
103
|
+
{{#>components/grid/grid_group size="50"}}
|
|
104
104
|
<h2 class="text-4xl headline--barrier col-span-full">Gruppen 50%</h2>
|
|
105
|
-
{{#>components/
|
|
105
|
+
{{#>components/grid/grid_item size="12"}}
|
|
106
106
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
107
107
|
6/12 = 50%
|
|
108
108
|
</div>
|
|
109
|
-
{{/components/
|
|
110
|
-
{{#>components/
|
|
109
|
+
{{/components/grid/grid_item}}
|
|
110
|
+
{{#>components/grid/grid_item size="12"}}
|
|
111
111
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
112
112
|
6/12 = 50%
|
|
113
113
|
</div>
|
|
114
|
-
{{/components/
|
|
115
|
-
{{/components/
|
|
116
|
-
{{#>components/
|
|
114
|
+
{{/components/grid/grid_item}}
|
|
115
|
+
{{/components/grid/grid_group}}
|
|
116
|
+
{{#>components/grid/grid_group size="50"}}
|
|
117
117
|
<h2 class="text-4xl headline--barrier col-span-full">Gruppen 50%</h2>
|
|
118
|
-
{{#>components/
|
|
118
|
+
{{#>components/grid/grid_item size="6"}}
|
|
119
119
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
120
120
|
6/12 = 50%
|
|
121
121
|
</div>
|
|
122
|
-
{{/components/
|
|
123
|
-
{{#>components/
|
|
122
|
+
{{/components/grid/grid_item}}
|
|
123
|
+
{{#>components/grid/grid_item size="6"}}
|
|
124
124
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
125
125
|
6/12 = 50%
|
|
126
126
|
</div>
|
|
127
|
-
{{/components/
|
|
128
|
-
{{/components/
|
|
129
|
-
{{#>components/
|
|
127
|
+
{{/components/grid/grid_item}}
|
|
128
|
+
{{/components/grid/grid_group}}
|
|
129
|
+
{{#>components/grid/grid_group size="66"}}
|
|
130
130
|
<h2 class="text-4xl headline--barrier col-span-full">Gruppen 66%</h2>
|
|
131
|
-
{{#>components/
|
|
131
|
+
{{#>components/grid/grid_item size="12"}}
|
|
132
132
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
133
133
|
8/12 = 66%
|
|
134
134
|
</div>
|
|
135
|
-
{{/components/
|
|
136
|
-
{{#>components/
|
|
135
|
+
{{/components/grid/grid_item}}
|
|
136
|
+
{{#>components/grid/grid_item size="12"}}
|
|
137
137
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
138
138
|
8/12 = 66%
|
|
139
139
|
</div>
|
|
140
|
-
{{/components/
|
|
141
|
-
{{/components/
|
|
142
|
-
{{#>components/
|
|
140
|
+
{{/components/grid/grid_item}}
|
|
141
|
+
{{/components/grid/grid_group}}
|
|
142
|
+
{{#>components/grid/grid_group size="33"}}
|
|
143
143
|
<h2 class="text-4xl headline--barrier col-span-full">Gruppen 33%</h2>
|
|
144
|
-
{{#>components/
|
|
144
|
+
{{#>components/grid/grid_item size="12"}}
|
|
145
145
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
146
146
|
4/12 = 33%
|
|
147
147
|
</div>
|
|
148
|
-
{{/components/
|
|
149
|
-
{{#>components/
|
|
148
|
+
{{/components/grid/grid_item}}
|
|
149
|
+
{{#>components/grid/grid_item size="12"}}
|
|
150
150
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
151
151
|
4/12 = 33%
|
|
152
152
|
</div>
|
|
153
|
-
{{/components/
|
|
154
|
-
{{/components/
|
|
153
|
+
{{/components/grid/grid_item}}
|
|
154
|
+
{{/components/grid/grid_group}}
|
|
155
155
|
</div>
|
|
156
156
|
</div>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -30,30 +30,30 @@
|
|
|
30
30
|
>
|
|
31
31
|
<div class="grid grid-page">
|
|
32
32
|
<div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">
|
|
33
|
-
{{> components/
|
|
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/
|
|
37
|
-
{{> components/
|
|
36
|
+
{{> components/teaser/teaser_standard teasersize="lg"}}
|
|
37
|
+
{{> components/teaser/teaser_standard teasersize="lg"}}
|
|
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/
|
|
41
|
-
{{> components/
|
|
42
|
-
{{> components/
|
|
40
|
+
{{> components/teaser/teaser_standard teasersize="md"}}
|
|
41
|
+
{{> components/teaser/teaser_standard teasersize="md"}}
|
|
42
|
+
{{> components/teaser/teaser_standard teasersize="md"}}
|
|
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/
|
|
46
|
-
{{> components/
|
|
45
|
+
{{> components/teaser/teaser_standard teasersize="lg"}}
|
|
46
|
+
{{> components/teaser/teaser_standard teasersize="lg"}}
|
|
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/
|
|
50
|
-
{{> components/
|
|
51
|
-
{{> components/
|
|
52
|
-
{{> components/
|
|
49
|
+
{{> components/teaser/teaser_standard teasersize="sm"}}
|
|
50
|
+
{{> components/teaser/teaser_standard teasersize="sm"}}
|
|
51
|
+
{{> components/teaser/teaser_standard teasersize="sm"}}
|
|
52
|
+
{{> components/teaser/teaser_standard teasersize="sm"}}
|
|
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/
|
|
56
|
-
{{> components/
|
|
55
|
+
{{> components/teaser/teaser_standard teasersize="lg"}}
|
|
56
|
+
{{> components/teaser/teaser_standard teasersize="lg"}}
|
|
57
57
|
</div>
|
|
58
58
|
|
|
59
59
|
</div>
|
|
File without changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{{#>components/base/link _cssClasses="hover:text-toplineColor" _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.realTeasersize _clickLabelPrefix2="headlineLink" }}
|
|
2
|
+
{{#with this.content.label}}
|
|
3
|
+
<div class="leading-5.5">
|
|
4
|
+
{{> components/label/label type=loca text=type}}
|
|
5
|
+
</div>
|
|
6
|
+
{{/with~}}
|
|
7
|
+
<{{~ ../headlineTag ~}}>
|
|
8
|
+
{{#with this.content.topline}}
|
|
9
|
+
{{> components/teaser/components/teaser_topline text=this readMore=../this.readMoreText.readMoreScreenreader}}
|
|
10
|
+
{{/with}}
|
|
11
|
+
{{> components/teaser/components/teaser_title text=../this.title font=../font size=../size }}
|
|
12
|
+
</{{~ ../headlineTag ~}}>
|
|
13
|
+
{{/components/base/link}}
|
package/dist/views/components/{Teaser/components/teaserText.hbs → teaser/components/teaser_text.hbs}
RENAMED
|
File without changes
|
package/dist/views/components/{Teaser/components/Title.hbs → teaser/components/teaser_title.hbs}
RENAMED
|
File without changes
|
package/dist/views/components/{Teaser/components/Topline.hbs → teaser/components/teaser_topline.hbs}
RENAMED
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{{#>components/
|
|
1
|
+
{{#>components/grid/grid_group size=this.teaserSize }}
|
|
2
2
|
{{~#if this.hasGroupTitle}}
|
|
3
3
|
<h2 class="text-4xl headline--barrier col-span-full">
|
|
4
4
|
{{~#if this.hasLink}}<a class="link" href="{{this.link.url}}">{{/if~}}
|
|
@@ -6,5 +6,5 @@
|
|
|
6
6
|
{{~#if this.hasLink}}</a>{{/if~}}
|
|
7
7
|
</h2>
|
|
8
8
|
{{/if}}
|
|
9
|
-
{{~> components/
|
|
10
|
-
{{/components/
|
|
9
|
+
{{~> components/teaser/teaser_logic/teaser_logic ~}}
|
|
10
|
+
{{/components/grid/grid_group}}
|
|
File without changes
|
|
File without changes
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
<article class="col-span-12 flex gap-y-4 gap-x-5 {{inline-switch teasersize '["sm","md","lg"]' '["px-5 flex-row ","md:col-span-4 flex-row","md:col-span-6 flex-row","flex-row"]'}} ">
|
|
2
2
|
<figure class="{{inline-switch teasersize '["sm", "xxl"]' '["basis-2/5 md:flex-full ar-1-1 md:ar-16-9","basis-3/5 ar-16-9", "ar-16-9"]'}} ">
|
|
3
3
|
{{#>components/base/link _cssClasses="" _isAriaHidden=true _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.realTeasersize _clickLabelPrefix2="mediaLink" }}
|
|
4
|
-
{{~> components/base/image/
|
|
4
|
+
{{~> components/base/image/responsive_image this.content.teaserImage _type=this.content.teasertype _variant=this.content.imageVariant _noDelay=../_noDelay _addClassImg="ar__content mediaPlayerLoader__mediaplayerArea" ~}}
|
|
5
5
|
{{/components/base/link}}
|
|
6
6
|
</figure>
|
|
7
7
|
<div class="{{inline-switch teasersize '["sm", "xxl"]' '["basis-3/5 md:flex-full" , "basis-2/5"]'}} ">
|
|
8
8
|
<header class="md:px-0 {{inline-switch teasersize '["sm"]' '["","px-5"]'}}">
|
|
9
|
-
{{> components/
|
|
9
|
+
{{> components/teaser/components/teaser_heading headlineTag="h2" size=teasersize font=(inline-switch isSerifHeading '[true, false]' '["font-headingSerif","font-heading font-bold"]')}}
|
|
10
10
|
</header>
|
|
11
11
|
<section class="md:px-0 {{inline-switch teasersize '["sm"]' '["","px-5"]'}}">
|
|
12
|
-
{{> components/
|
|
13
|
-
{{> components/
|
|
12
|
+
{{> components/teaser/components/teaser_text text=shorttext size=teasersize }}
|
|
13
|
+
{{> components/teaser/components/teaser_byline}}
|
|
14
14
|
</section>
|
|
15
15
|
</div>
|
|
16
16
|
</article>
|