hr-design-system-handlebars 1.52.13 → 1.52.15
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 +24 -0
- package/dist/assets/index.css +11 -11
- package/dist/views/components/banner/banner.storybook.hbs +4 -4
- package/dist/views/components/banner/header/headline.hbs +1 -1
- package/dist/views/components/event/calendar/event_calendar_event_teaser.hbs +1 -1
- package/dist/views/components/grid/grid_group_100_item_100.hbs +1 -1
- package/dist/views/components/grid/grid_group_100_item_100_with_background.hbs +1 -1
- package/dist/views/components/grid/grid_group_100_item_25.hbs +5 -5
- package/dist/views/components/grid/grid_group_100_item_50.hbs +1 -1
- package/dist/views/components/grid/grid_group_100_tabbed_25.hbs +5 -5
- package/dist/views/components/grid/grid_group_100_tabbed_33.hbs +1 -1
- package/dist/views/components/grid/grid_group_100_tabbed_50.hbs +3 -3
- package/dist/views/components/grid/grid_group_33_item_100.hbs +1 -1
- package/dist/views/components/grid/grid_group_50_item_100.hbs +1 -1
- package/dist/views/components/grid/grid_group_66_item_100.hbs +1 -1
- package/dist/views/components/podcast/components/podcast_title.hbs +6 -13
- package/dist/views/components/teaser/components/teaser_title_classes.hbs +14 -14
- package/dist/views/components/teaser/group_teaser/group_teaser.hbs +1 -1
- package/dist/views/components/teaser/group_teaser/group_teaser_accented.hbs +1 -1
- package/dist/views/components/teaser/teaser_indextext.hbs +1 -1
- package/dist/views_static/components/banner/banner.storybook.hbs +4 -4
- package/dist/views_static/components/banner/header/headline.hbs +1 -1
- package/dist/views_static/components/event/calendar/event_calendar_event_teaser.hbs +1 -1
- package/dist/views_static/components/grid/grid_group_100_item_100.hbs +1 -1
- package/dist/views_static/components/grid/grid_group_100_item_100_with_background.hbs +1 -1
- package/dist/views_static/components/grid/grid_group_100_item_25.hbs +5 -5
- package/dist/views_static/components/grid/grid_group_100_item_50.hbs +1 -1
- package/dist/views_static/components/grid/grid_group_100_tabbed_25.hbs +5 -5
- package/dist/views_static/components/grid/grid_group_100_tabbed_33.hbs +1 -1
- package/dist/views_static/components/grid/grid_group_100_tabbed_50.hbs +3 -3
- package/dist/views_static/components/grid/grid_group_33_item_100.hbs +1 -1
- package/dist/views_static/components/grid/grid_group_50_item_100.hbs +1 -1
- package/dist/views_static/components/grid/grid_group_66_item_100.hbs +1 -1
- package/dist/views_static/components/podcast/components/podcast_title.hbs +6 -13
- package/dist/views_static/components/teaser/components/teaser_title_classes.hbs +14 -14
- package/dist/views_static/components/teaser/group_teaser/group_teaser.hbs +1 -1
- package/dist/views_static/components/teaser/group_teaser/group_teaser_accented.hbs +1 -1
- package/dist/views_static/components/teaser/teaser_indextext.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/Typography.mdx +12 -2
- package/src/stories/views/components/banner/banner.storybook.hbs +4 -4
- package/src/stories/views/components/banner/header/headline.hbs +1 -1
- package/src/stories/views/components/event/calendar/event_calendar_event_teaser.hbs +1 -1
- package/src/stories/views/components/grid/grid_group_100_item_100.hbs +1 -1
- package/src/stories/views/components/grid/grid_group_100_item_100_with_background.hbs +1 -1
- package/src/stories/views/components/grid/grid_group_100_item_25.hbs +5 -5
- package/src/stories/views/components/grid/grid_group_100_item_50.hbs +1 -1
- package/src/stories/views/components/grid/grid_group_100_tabbed_25.hbs +5 -5
- package/src/stories/views/components/grid/grid_group_100_tabbed_33.hbs +1 -1
- package/src/stories/views/components/grid/grid_group_100_tabbed_50.hbs +3 -3
- package/src/stories/views/components/grid/grid_group_33_item_100.hbs +1 -1
- package/src/stories/views/components/grid/grid_group_50_item_100.hbs +1 -1
- package/src/stories/views/components/grid/grid_group_66_item_100.hbs +1 -1
- package/src/stories/views/components/podcast/components/podcast_title.hbs +6 -13
- package/src/stories/views/components/teaser/components/teaser_title_classes.hbs +14 -14
- package/src/stories/views/components/teaser/group_teaser/group_teaser.hbs +1 -1
- package/src/stories/views/components/teaser/group_teaser/group_teaser_accented.hbs +1 -1
- package/src/stories/views/components/teaser/teaser_indextext.hbs +1 -1
- package/tailwind.config.js +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.52.15 (Fri Jan 26 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Update font size 3xl [#818](https://github.com/mumprod/hr-design-system-handlebars/pull/818) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.52.14 (Thu Jan 25 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- Dpe 2802 podcast episoden teaser nicht verlinkt [#816](https://github.com/mumprod/hr-design-system-handlebars/pull/816) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.52.13 (Wed Jan 24 2024)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2804,17 +2804,17 @@ a.link {
|
|
|
2804
2804
|
line-height: 1.75rem;
|
|
2805
2805
|
}
|
|
2806
2806
|
.text-3xl {
|
|
2807
|
+
font-size: 1.625rem;
|
|
2808
|
+
line-height: 2rem;
|
|
2809
|
+
}
|
|
2810
|
+
.text-4xl {
|
|
2807
2811
|
font-size: 1.875rem;
|
|
2808
2812
|
line-height: 2.25rem;
|
|
2809
2813
|
}
|
|
2810
|
-
.text-
|
|
2814
|
+
.text-5xl {
|
|
2811
2815
|
font-size: 2.125rem;
|
|
2812
2816
|
line-height: 2.375rem;
|
|
2813
2817
|
}
|
|
2814
|
-
.text-5xl {
|
|
2815
|
-
font-size: 3rem;
|
|
2816
|
-
line-height: 1;
|
|
2817
|
-
}
|
|
2818
2818
|
.text-base {
|
|
2819
2819
|
font-size: 1rem;
|
|
2820
2820
|
line-height: 1.375rem;
|
|
@@ -3261,7 +3261,7 @@ a.link {
|
|
|
3261
3261
|
border-bottom-color: var(--color-secondary-ds);
|
|
3262
3262
|
}
|
|
3263
3263
|
.counter-reset {
|
|
3264
|
-
counter-reset:
|
|
3264
|
+
counter-reset: cnt1706266888562;
|
|
3265
3265
|
}
|
|
3266
3266
|
.hyphens-auto {
|
|
3267
3267
|
-webkit-hyphens: auto;
|
|
@@ -3563,7 +3563,7 @@ a.link {
|
|
|
3563
3563
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3564
3564
|
}
|
|
3565
3565
|
.-ordered {
|
|
3566
|
-
counter-increment:
|
|
3566
|
+
counter-increment: cnt1706266888562 1;
|
|
3567
3567
|
}
|
|
3568
3568
|
.-ordered::before {
|
|
3569
3569
|
position: absolute;
|
|
@@ -3579,7 +3579,7 @@ a.link {
|
|
|
3579
3579
|
letter-spacing: .0125em;
|
|
3580
3580
|
--tw-text-opacity: 1;
|
|
3581
3581
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3582
|
-
content: counter(
|
|
3582
|
+
content: counter(cnt1706266888562);
|
|
3583
3583
|
}
|
|
3584
3584
|
/*! ****************************/
|
|
3585
3585
|
/*! DataPolicy stuff */
|
|
@@ -5467,7 +5467,7 @@ a.link {
|
|
|
5467
5467
|
line-height: 1.75rem;
|
|
5468
5468
|
}
|
|
5469
5469
|
|
|
5470
|
-
.sm480\:text-
|
|
5470
|
+
.sm480\:text-5xl {
|
|
5471
5471
|
font-size: 2.125rem;
|
|
5472
5472
|
line-height: 2.375rem;
|
|
5473
5473
|
}
|
|
@@ -6367,12 +6367,12 @@ a.link {
|
|
|
6367
6367
|
line-height: 1.75rem;
|
|
6368
6368
|
}
|
|
6369
6369
|
|
|
6370
|
-
.md\:text-
|
|
6370
|
+
.md\:text-4xl {
|
|
6371
6371
|
font-size: 1.875rem;
|
|
6372
6372
|
line-height: 2.25rem;
|
|
6373
6373
|
}
|
|
6374
6374
|
|
|
6375
|
-
.md\:text-
|
|
6375
|
+
.md\:text-5xl {
|
|
6376
6376
|
font-size: 2.125rem;
|
|
6377
6377
|
line-height: 2.375rem;
|
|
6378
6378
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div class="flex flex-col py-6 bg-slate-500">
|
|
2
2
|
<div class="grid mb-4 grid-page">
|
|
3
|
-
<h1 class="text-
|
|
3
|
+
<h1 class="text-4xl font-title col-full sm:col-main">Maximalausprägung mit Struktur Navigation</h1>
|
|
4
4
|
</div>
|
|
5
5
|
{{#> components/banner/header/breadcrumb_wrapper _hasBannerImage=true _hasContentNav=true }}
|
|
6
6
|
{{> components/navigation/breadcrumb/breadcrumb }}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
</div>
|
|
35
35
|
<div class="flex flex-col py-6 bg-orange-500">
|
|
36
36
|
<div class="grid mb-4 grid-page">
|
|
37
|
-
<h1 class="text-
|
|
37
|
+
<h1 class="text-4xl font-title col-full sm:col-main">Maximalausprägung ohne Struktur Navigation</h1>
|
|
38
38
|
</div>
|
|
39
39
|
{{#> components/banner/header/breadcrumb_wrapper _hasBannerImage=true _hasContentNav=false }}
|
|
40
40
|
{{> components/navigation/breadcrumb/breadcrumb }}
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
</div>
|
|
66
66
|
<div class="flex flex-col py-6 bg-green-800">
|
|
67
67
|
<div class="grid mb-4 grid-page">
|
|
68
|
-
<h1 class="text-
|
|
68
|
+
<h1 class="text-4xl font-title col-full sm:col-main">Maximalausprägung Mobil kein Bild</h1>
|
|
69
69
|
</div>
|
|
70
70
|
{{#> components/banner/header/breadcrumb_wrapper _hasBannerImage=true _hasContentNav=false}}
|
|
71
71
|
{{> components/navigation/breadcrumb/breadcrumb }}
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
</div>
|
|
95
95
|
<div class="flex flex-col py-6 bg-orange-oregon dark:bg-black ">
|
|
96
96
|
<div class="grid mb-4 grid-page">
|
|
97
|
-
<h1 class="text-
|
|
97
|
+
<h1 class="text-4xl font-title col-full sm:col-main">Maximalausprägung kein Bild</h1>
|
|
98
98
|
</div>
|
|
99
99
|
{{#> components/banner/header/breadcrumb_wrapper _hasBannerImage=false _hasContentNav=false }}
|
|
100
100
|
{{> components/navigation/breadcrumb/breadcrumb }}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<div class="flex flex-col basis-2/12 w-2/12 align-top items-center justify-center px-4 py-3 border-dotted border-r border-event-calendar-secondary">
|
|
7
7
|
{{#with this.startDate}}
|
|
8
8
|
<span class='text-base font-serif'>{{this.weekdayNameShort}}</span>
|
|
9
|
-
<span class='text-
|
|
9
|
+
<span class='text-4xl font-serif font-bold'>{{this.day}}</span>
|
|
10
10
|
<span class='text-base font-serif'>{{this.monthNameShort}}</span>
|
|
11
11
|
{{/with}}
|
|
12
12
|
</div>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="grid grid-page">
|
|
2
2
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
3
3
|
{{#>components/grid/grid_group _size="100"}}
|
|
4
|
-
<h2 class="text-
|
|
4
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 100%</h2>
|
|
5
5
|
{{#>components/grid/grid_item _size="12"}}
|
|
6
6
|
<a href="#">
|
|
7
7
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="grid grid-page">
|
|
2
2
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
3
3
|
{{#>components/grid/grid_group _backgroundColor="2" _size="100"}}
|
|
4
|
-
<h2 class="text-
|
|
4
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 100% mit blauen Hintergrund bis Rand</h2>
|
|
5
5
|
{{#>components/grid/grid_item _size="6"}}
|
|
6
6
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
7
7
|
6/12 = 50%
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{{#>components/grid/grid_group teaserSize="100"}}
|
|
2
|
-
<h2 class="text-
|
|
2
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 100%</h2>
|
|
3
3
|
{{#>components/grid/grid_item _size="3"}}
|
|
4
|
-
<div class="flex items-center justify-center text-
|
|
4
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
5
5
|
3/12 = 25%
|
|
6
6
|
</div>
|
|
7
7
|
{{/components/grid/grid_item}}
|
|
8
8
|
|
|
9
9
|
{{#>components/grid/grid_item _size="3"}}
|
|
10
|
-
<div class="flex items-center justify-center text-
|
|
10
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
11
11
|
3/12 = 25%
|
|
12
12
|
</div>
|
|
13
13
|
{{/components/grid/grid_item}}
|
|
14
14
|
|
|
15
15
|
{{#>components/grid/grid_item _size="3"}}
|
|
16
|
-
<div class="flex items-center justify-center text-
|
|
16
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
17
17
|
3/12 = 25%
|
|
18
18
|
</div>
|
|
19
19
|
{{/components/grid/grid_item}}
|
|
20
20
|
|
|
21
21
|
{{#>components/grid/grid_item _size="3"}}
|
|
22
|
-
<div class="flex items-center justify-center text-
|
|
22
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
23
23
|
3/12 = 25%
|
|
24
24
|
</div>
|
|
25
25
|
{{/components/grid/grid_item}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#>components/grid/grid_group teaserSize="100"}}
|
|
2
|
-
<h2 class="text-
|
|
2
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 100%</h2>
|
|
3
3
|
{{#>components/grid/grid_item _size="6"}}
|
|
4
4
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
5
5
|
6/12 = 50%
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
<div class="grid grid-page">
|
|
2
2
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
3
3
|
{{#>components/grid/grid_group_tabbed }}
|
|
4
|
-
<h2 class="text-
|
|
4
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 100% Tabbed</h2>
|
|
5
5
|
{{#>components/grid/grid_item _size="3"}}
|
|
6
|
-
<div class="flex items-center justify-center text-
|
|
6
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
7
7
|
3/12 = 25%
|
|
8
8
|
</div>
|
|
9
9
|
{{/components/grid/grid_item}}
|
|
10
10
|
|
|
11
11
|
{{#>components/grid/grid_item _size="3"}}
|
|
12
|
-
<div class="flex items-center justify-center text-
|
|
12
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
13
13
|
3/12 = 25%
|
|
14
14
|
</div>
|
|
15
15
|
{{/components/grid/grid_item}}
|
|
16
16
|
|
|
17
17
|
{{#>components/grid/grid_item _size="3"}}
|
|
18
|
-
<div class="flex items-center justify-center text-
|
|
18
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
19
19
|
3/12 = 25%
|
|
20
20
|
</div>
|
|
21
21
|
{{/components/grid/grid_item}}
|
|
22
22
|
|
|
23
23
|
{{#>components/grid/grid_item _size="3"}}
|
|
24
|
-
<div class="flex items-center justify-center text-
|
|
24
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
25
25
|
3/12 = 25%
|
|
26
26
|
</div>
|
|
27
27
|
{{/components/grid/grid_item}}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="grid grid-page">
|
|
2
2
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
3
3
|
{{#>components/grid/grid_group_tabbed}}
|
|
4
|
-
<h2 class="text-
|
|
4
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 100%</h2>
|
|
5
5
|
{{#>components/grid/grid_item _size="4"}}
|
|
6
6
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
7
7
|
4/12 = 33%
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<div class="grid grid-page">
|
|
2
2
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
3
3
|
{{#>components/grid/grid_group_tabbed }}
|
|
4
|
-
<h2 class="text-
|
|
4
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 50% Tabbed</h2>
|
|
5
5
|
{{#>components/grid/grid_item _size="6"}}
|
|
6
|
-
<div class="flex items-center justify-center text-
|
|
6
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
7
7
|
6/12 = 50%
|
|
8
8
|
</div>
|
|
9
9
|
{{/components/grid/grid_item}}
|
|
10
10
|
|
|
11
11
|
{{#>components/grid/grid_item _size="6"}}
|
|
12
|
-
<div class="flex items-center justify-center text-
|
|
12
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
13
13
|
6/12 = 50%
|
|
14
14
|
</div>
|
|
15
15
|
{{/components/grid/grid_item}}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="grid grid-page">
|
|
2
2
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
3
3
|
{{#>components/grid/grid_group teaserSize="33"}}
|
|
4
|
-
<h2 class="text-
|
|
4
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 33%</h2>
|
|
5
5
|
{{#>components/grid/grid_item _size="12"}}
|
|
6
6
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
7
7
|
4/12 = 33%
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="grid grid-page">
|
|
2
2
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
3
3
|
{{#>components/grid/grid_group teaserSize="50"}}
|
|
4
|
-
<h2 class="text-
|
|
4
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 50%</h2>
|
|
5
5
|
{{#>components/grid/grid_item _size="12"}}
|
|
6
6
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
7
7
|
6/12 = 50%
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="grid grid-page">
|
|
2
2
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
3
3
|
{{#>components/grid/grid_group teaserSize="66"}}
|
|
4
|
-
<h2 class="text-
|
|
4
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 66%</h2>
|
|
5
5
|
{{#>components/grid/grid_item _size="12"}}
|
|
6
6
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
7
7
|
8/12 = 66%
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
{{else}}
|
|
8
|
-
<div class="font-title text-base mt-2.5 text-podcast-text dark:text-podcast-text-dark">
|
|
9
|
-
<span class="mt-0.5 {{#if _ordered}} pl-8 {{/if}}line-clamp-4 {{inline-switch _teaserSize '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg","text-base md:text-2xl lg:line-clamp-2"]' ~}}">
|
|
10
|
-
{{~_title~}}
|
|
11
|
-
</span>
|
|
12
|
-
</div>
|
|
13
|
-
{{/if}}
|
|
1
|
+
|
|
2
|
+
{{#>components/base/link _link=this.link _css="group ds-link font-title text-base mt-2.5 text-podcast-text dark:text-podcast-text-dark"}}
|
|
3
|
+
<span class="mt-0.5 group-hover:underline {{#if ../../_ordered-adjust_context}} pl-8 {{/if}}line-clamp-4 {{inline-switch ../../_teaserSize-adjust_context '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
|
|
4
|
+
{{~../../_title-adjust_context~}}
|
|
5
|
+
</span>
|
|
6
|
+
{{/components/base/link}}
|
|
@@ -16,13 +16,13 @@ the 4 parameters are:
|
|
|
16
16
|
{{~inline-switch
|
|
17
17
|
_size
|
|
18
18
|
'["hero","100","25"]'
|
|
19
|
-
'["text-lg md:text-
|
|
19
|
+
'["text-lg md:text-5xl","text-lg md:text-5xl","text-lg","text-lg md:text-2xl"]'
|
|
20
20
|
~}}
|
|
21
21
|
{{~else~}}
|
|
22
22
|
{{~inline-switch
|
|
23
23
|
_size
|
|
24
24
|
'["hero","100","25"]'
|
|
25
|
-
'["text-2xl md:text-
|
|
25
|
+
'["text-2xl md:text-5xl","text-2xl md:text-5xl","text-lg","text-2xl"]'
|
|
26
26
|
~}}
|
|
27
27
|
{{~/if~}}
|
|
28
28
|
{{~/case~}}
|
|
@@ -31,13 +31,13 @@ the 4 parameters are:
|
|
|
31
31
|
{{~inline-switch
|
|
32
32
|
_size
|
|
33
33
|
'["hero","100","25"]'
|
|
34
|
-
'["text-lg md:text-
|
|
34
|
+
'["text-lg md:text-5xl","text-lg md:text-5xl","text-lg","text-lg md:text-2xl"]'
|
|
35
35
|
~}}
|
|
36
36
|
{{~else~}}
|
|
37
37
|
{{~inline-switch
|
|
38
38
|
_size
|
|
39
39
|
'["hero","100","25"]'
|
|
40
|
-
'["text-2xl md:text-
|
|
40
|
+
'["text-2xl md:text-5xl","text-2xl md:text-5xl","text-lg","text-2xl"]'
|
|
41
41
|
~}}
|
|
42
42
|
{{~/if~}}
|
|
43
43
|
{{~/case~}}
|
|
@@ -46,13 +46,13 @@ the 4 parameters are:
|
|
|
46
46
|
{{~inline-switch
|
|
47
47
|
_size
|
|
48
48
|
'["hero","100","25"]'
|
|
49
|
-
'["text-lg md:text-
|
|
49
|
+
'["text-lg md:text-5xl","text-lg md:text-5xl","text-lg","text-lg md:text-2xl"]'
|
|
50
50
|
~}}
|
|
51
51
|
{{~else~}}
|
|
52
52
|
{{~inline-switch
|
|
53
53
|
_size
|
|
54
54
|
'["hero","100","25"]'
|
|
55
|
-
'["text-2xl md:text-
|
|
55
|
+
'["text-2xl md:text-5xl","text-2xl md:text-5xl","text-lg","text-2xl"]'
|
|
56
56
|
~}}
|
|
57
57
|
{{~/if~}}
|
|
58
58
|
{{~/case~}}
|
|
@@ -60,28 +60,28 @@ the 4 parameters are:
|
|
|
60
60
|
{{~inline-switch
|
|
61
61
|
_size
|
|
62
62
|
'["hero","100","50"]'
|
|
63
|
-
'["text-2xl md:text-
|
|
63
|
+
'["text-2xl md:text-4xl","text-lg md:text-4xl","text-lg md:text-2xl"]'
|
|
64
64
|
~}}
|
|
65
65
|
{{~/case~}}
|
|
66
66
|
{{~#case 'event-alternative'~}}
|
|
67
67
|
{{~inline-switch
|
|
68
68
|
_size
|
|
69
69
|
'["hero","100","50"]'
|
|
70
|
-
'["text-2xl md:text-
|
|
70
|
+
'["text-2xl md:text-4xl","text-lg md:text-4xl","text-lg md:text-2xl"]'
|
|
71
71
|
~}}
|
|
72
72
|
{{~/case~}}
|
|
73
73
|
{{~#case 'tabbox-alternative'~}}
|
|
74
74
|
{{~inline-switch
|
|
75
75
|
_size
|
|
76
76
|
'["hero","100","50"]'
|
|
77
|
-
'["text-2xl md:text-
|
|
77
|
+
'["text-2xl md:text-4xl","text-lg md:text-4xl","text-lg md:text-2xl"]'
|
|
78
78
|
~}}
|
|
79
79
|
{{~/case~}}
|
|
80
80
|
{{~#case 'poster'~}}
|
|
81
81
|
{{#if _isCopytext~}}
|
|
82
|
-
{{~#if this.showFullSize.isTrue~}}text-xl sm480:text-2xl md:text-
|
|
82
|
+
{{~#if this.showFullSize.isTrue~}}text-xl sm480:text-2xl md:text-5xl{{else}}text-xl sm480:text-2xl{{~/if~}}
|
|
83
83
|
{{else}}
|
|
84
|
-
{{~inline-switch _size '["50","33"]' '["text-2xl md:text-
|
|
84
|
+
{{~inline-switch _size '["50","33"]' '["text-2xl md:text-5xl","text-2xl"]'~}}
|
|
85
85
|
{{/if}}
|
|
86
86
|
{{~/case~}}
|
|
87
87
|
{{~#case 'cluster'~}}
|
|
@@ -92,7 +92,7 @@ the 4 parameters are:
|
|
|
92
92
|
{{/if}}
|
|
93
93
|
{{~/case~}}
|
|
94
94
|
{{~#case 'stage'~}}
|
|
95
|
-
{{~inline-switch _size '["100"]' '[" text-2xl md:text-
|
|
95
|
+
{{~inline-switch _size '["100"]' '[" text-2xl md:text-5xl"," text-2xl"]'}}
|
|
96
96
|
{{~/case~}}
|
|
97
97
|
{{~#case 'calendar'~}}
|
|
98
98
|
text-2xl
|
|
@@ -101,14 +101,14 @@ the 4 parameters are:
|
|
|
101
101
|
{{~inline-switch
|
|
102
102
|
_size
|
|
103
103
|
'["hero","100","25"]'
|
|
104
|
-
'["text-2xl md:text-
|
|
104
|
+
'["text-2xl md:text-5xl","text-2xl md:text-5xl","text-2xl md:text-lg","text-2xl"]'
|
|
105
105
|
~}}
|
|
106
106
|
{{~/case~}}
|
|
107
107
|
{{~#case 'ticker-alternative'~}}
|
|
108
108
|
{{~inline-switch
|
|
109
109
|
_size
|
|
110
110
|
'["hero","100","50"]'
|
|
111
|
-
'["text-2xl md:text-
|
|
111
|
+
'["text-2xl md:text-5xl","text-2xl md:text-2xl","text-lg md:text-2xl"]'
|
|
112
112
|
~}}
|
|
113
113
|
{{~/case~}}
|
|
114
114
|
{{~/switch~}}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{{#if this.hasGroupItems}}
|
|
2
2
|
{{#>components/grid/grid_group _backgroundColor=this.backgroundColor }}
|
|
3
3
|
{{~#if this.hasGroupTitle}}
|
|
4
|
-
<{{if this.headlineTag this.headlineTag "h2"}} class="text-2xl {{#unless this.isRelatedContent}} md:text-
|
|
4
|
+
<{{if this.headlineTag this.headlineTag "h2"}} class="text-2xl {{#unless this.isRelatedContent}} md:text-5xl{{else}} justifyLine{{/unless}} col-span-full py-0 font-title {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
|
|
5
5
|
{{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-link" href="{{this.link.url}}">{{/if~}}
|
|
6
6
|
{{this.groupTitle}}
|
|
7
7
|
{{~#if this.hasLink}}</a>{{/if~}}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{{#>components/grid/grid_group size=this.teaserSize }}
|
|
3
3
|
<div class="grid items-start content-start h-auto grid-cols-12 col-span-12 py-5 mx-5 group-accented sm:p-5 sm:mx-0 rounded-tl-hr rounded-br-hr bg-highlight-1 gap-x-6 gap-y-5">
|
|
4
4
|
{{~#if this.hasGroupTitle}}
|
|
5
|
-
<h2 class="text-2xl md:text-
|
|
5
|
+
<h2 class="text-2xl md:text-5xl px-5 sm:px-0 col-span-full pt-0 pb-4 font-title {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
|
|
6
6
|
{{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-blue-science" href="{{this.link.url}}">{{/if~}}
|
|
7
7
|
{{this.groupTitle}}
|
|
8
8
|
{{~#if this.hasLink}}</a>{{/if~}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div class="flex flex-col py-6 bg-slate-500">
|
|
2
2
|
<div class="grid mb-4 grid-page">
|
|
3
|
-
<h1 class="text-
|
|
3
|
+
<h1 class="text-4xl font-title col-full sm:col-main">Maximalausprägung mit Struktur Navigation</h1>
|
|
4
4
|
</div>
|
|
5
5
|
{{#> components/banner/header/breadcrumb_wrapper _hasBannerImage=true _hasContentNav=true }}
|
|
6
6
|
{{> components/navigation/breadcrumb/breadcrumb }}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
</div>
|
|
35
35
|
<div class="flex flex-col py-6 bg-orange-500">
|
|
36
36
|
<div class="grid mb-4 grid-page">
|
|
37
|
-
<h1 class="text-
|
|
37
|
+
<h1 class="text-4xl font-title col-full sm:col-main">Maximalausprägung ohne Struktur Navigation</h1>
|
|
38
38
|
</div>
|
|
39
39
|
{{#> components/banner/header/breadcrumb_wrapper _hasBannerImage=true _hasContentNav=false }}
|
|
40
40
|
{{> components/navigation/breadcrumb/breadcrumb }}
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
</div>
|
|
66
66
|
<div class="flex flex-col py-6 bg-green-800">
|
|
67
67
|
<div class="grid mb-4 grid-page">
|
|
68
|
-
<h1 class="text-
|
|
68
|
+
<h1 class="text-4xl font-title col-full sm:col-main">Maximalausprägung Mobil kein Bild</h1>
|
|
69
69
|
</div>
|
|
70
70
|
{{#> components/banner/header/breadcrumb_wrapper _hasBannerImage=true _hasContentNav=false}}
|
|
71
71
|
{{> components/navigation/breadcrumb/breadcrumb }}
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
</div>
|
|
95
95
|
<div class="flex flex-col py-6 bg-orange-oregon dark:bg-black ">
|
|
96
96
|
<div class="grid mb-4 grid-page">
|
|
97
|
-
<h1 class="text-
|
|
97
|
+
<h1 class="text-4xl font-title col-full sm:col-main">Maximalausprägung kein Bild</h1>
|
|
98
98
|
</div>
|
|
99
99
|
{{#> components/banner/header/breadcrumb_wrapper _hasBannerImage=false _hasContentNav=false }}
|
|
100
100
|
{{> components/navigation/breadcrumb/breadcrumb }}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<div class="flex flex-col basis-2/12 w-2/12 align-top items-center justify-center px-4 py-3 border-dotted border-r border-event-calendar-secondary">
|
|
7
7
|
{{#with this.startDate}}
|
|
8
8
|
<span class='text-base font-serif'>{{this.weekdayNameShort}}</span>
|
|
9
|
-
<span class='text-
|
|
9
|
+
<span class='text-4xl font-serif font-bold'>{{this.day}}</span>
|
|
10
10
|
<span class='text-base font-serif'>{{this.monthNameShort}}</span>
|
|
11
11
|
{{/with}}
|
|
12
12
|
</div>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="grid grid-page">
|
|
2
2
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
3
3
|
{{#>components/grid/grid_group _size="100"}}
|
|
4
|
-
<h2 class="text-
|
|
4
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 100%</h2>
|
|
5
5
|
{{#>components/grid/grid_item _size="12"}}
|
|
6
6
|
<a href="#">
|
|
7
7
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="grid grid-page">
|
|
2
2
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
3
3
|
{{#>components/grid/grid_group _backgroundColor="2" _size="100"}}
|
|
4
|
-
<h2 class="text-
|
|
4
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 100% mit blauen Hintergrund bis Rand</h2>
|
|
5
5
|
{{#>components/grid/grid_item _size="6"}}
|
|
6
6
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
7
7
|
6/12 = 50%
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{{#>components/grid/grid_group teaserSize="100"}}
|
|
2
|
-
<h2 class="text-
|
|
2
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 100%</h2>
|
|
3
3
|
{{#>components/grid/grid_item _size="3"}}
|
|
4
|
-
<div class="flex items-center justify-center text-
|
|
4
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
5
5
|
3/12 = 25%
|
|
6
6
|
</div>
|
|
7
7
|
{{/components/grid/grid_item}}
|
|
8
8
|
|
|
9
9
|
{{#>components/grid/grid_item _size="3"}}
|
|
10
|
-
<div class="flex items-center justify-center text-
|
|
10
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
11
11
|
3/12 = 25%
|
|
12
12
|
</div>
|
|
13
13
|
{{/components/grid/grid_item}}
|
|
14
14
|
|
|
15
15
|
{{#>components/grid/grid_item _size="3"}}
|
|
16
|
-
<div class="flex items-center justify-center text-
|
|
16
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
17
17
|
3/12 = 25%
|
|
18
18
|
</div>
|
|
19
19
|
{{/components/grid/grid_item}}
|
|
20
20
|
|
|
21
21
|
{{#>components/grid/grid_item _size="3"}}
|
|
22
|
-
<div class="flex items-center justify-center text-
|
|
22
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
23
23
|
3/12 = 25%
|
|
24
24
|
</div>
|
|
25
25
|
{{/components/grid/grid_item}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#>components/grid/grid_group teaserSize="100"}}
|
|
2
|
-
<h2 class="text-
|
|
2
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 100%</h2>
|
|
3
3
|
{{#>components/grid/grid_item _size="6"}}
|
|
4
4
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
5
5
|
6/12 = 50%
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
<div class="grid grid-page">
|
|
2
2
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
3
3
|
{{#>components/grid/grid_group_tabbed }}
|
|
4
|
-
<h2 class="text-
|
|
4
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 100% Tabbed</h2>
|
|
5
5
|
{{#>components/grid/grid_item _size="3"}}
|
|
6
|
-
<div class="flex items-center justify-center text-
|
|
6
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
7
7
|
3/12 = 25%
|
|
8
8
|
</div>
|
|
9
9
|
{{/components/grid/grid_item}}
|
|
10
10
|
|
|
11
11
|
{{#>components/grid/grid_item _size="3"}}
|
|
12
|
-
<div class="flex items-center justify-center text-
|
|
12
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
13
13
|
3/12 = 25%
|
|
14
14
|
</div>
|
|
15
15
|
{{/components/grid/grid_item}}
|
|
16
16
|
|
|
17
17
|
{{#>components/grid/grid_item _size="3"}}
|
|
18
|
-
<div class="flex items-center justify-center text-
|
|
18
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
19
19
|
3/12 = 25%
|
|
20
20
|
</div>
|
|
21
21
|
{{/components/grid/grid_item}}
|
|
22
22
|
|
|
23
23
|
{{#>components/grid/grid_item _size="3"}}
|
|
24
|
-
<div class="flex items-center justify-center text-
|
|
24
|
+
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
25
25
|
3/12 = 25%
|
|
26
26
|
</div>
|
|
27
27
|
{{/components/grid/grid_item}}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="grid grid-page">
|
|
2
2
|
<div class="{{> components/grid/grid_group_wrapper_classes }}">
|
|
3
3
|
{{#>components/grid/grid_group_tabbed}}
|
|
4
|
-
<h2 class="text-
|
|
4
|
+
<h2 class="text-5xl headline--barrier col-span-full">Gruppen 100%</h2>
|
|
5
5
|
{{#>components/grid/grid_item _size="4"}}
|
|
6
6
|
<div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
|
|
7
7
|
4/12 = 33%
|