hr-design-system-handlebars 1.59.16 → 1.59.18
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 +25 -0
- package/dist/assets/index.css +47 -59
- package/dist/views/components/footer/page_footer.hbs +4 -4
- package/dist/views/components/footer/page_footer_column.hbs +1 -1
- package/dist/views/components/footer/page_footer_content.hbs +1 -1
- package/dist/views/components/footer/page_footer_item.hbs +3 -3
- package/dist/views/components/page/index/page_offline.hbs +3 -3
- package/dist/views/components/social_sharing/social_sharing_compact.hbs +3 -3
- package/dist/views_static/components/footer/page_footer.hbs +4 -4
- package/dist/views_static/components/footer/page_footer_column.hbs +1 -1
- package/dist/views_static/components/footer/page_footer_content.hbs +1 -1
- package/dist/views_static/components/footer/page_footer_item.hbs +3 -3
- package/dist/views_static/components/page/index/page_offline.hbs +3 -3
- package/dist/views_static/components/social_sharing/social_sharing_compact.hbs +3 -3
- package/package.json +1 -1
- package/src/stories/views/components/footer/page_footer.hbs +4 -4
- package/src/stories/views/components/footer/page_footer_column.hbs +1 -1
- package/src/stories/views/components/footer/page_footer_content.hbs +1 -1
- package/src/stories/views/components/footer/page_footer_item.hbs +3 -3
- package/src/stories/views/components/page/index/page_offline.hbs +3 -3
- package/src/stories/views/components/social_sharing/social_sharing_compact.hbs +3 -3
- package/tailwind.config.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v1.59.18 (Thu Feb 29 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- :art: Add missing class & make relead button functionalble in delivery [#868](https://github.com/mumprod/hr-design-system-handlebars/pull/868) ([@Sunny1112358](https://github.com/Sunny1112358) [@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- [@Sunny1112358](https://github.com/Sunny1112358)
|
|
10
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# v1.59.17 (Thu Feb 29 2024)
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug Fix
|
|
17
|
+
|
|
18
|
+
- Dpe 2929 [#867](https://github.com/mumprod/hr-design-system-handlebars/pull/867) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
19
|
+
|
|
20
|
+
#### Authors: 1
|
|
21
|
+
|
|
22
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v1.59.16 (Wed Feb 28 2024)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -501,6 +501,12 @@ video {
|
|
|
501
501
|
max-width: 1024px;
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
|
+
@media (min-width: 1040px) {
|
|
505
|
+
|
|
506
|
+
.container {
|
|
507
|
+
max-width: 1040px;
|
|
508
|
+
}
|
|
509
|
+
}
|
|
504
510
|
[x-cloak] {
|
|
505
511
|
display: none !important;
|
|
506
512
|
}
|
|
@@ -1024,9 +1030,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
1024
1030
|
.-left-5 {
|
|
1025
1031
|
left: -1.25rem;
|
|
1026
1032
|
}
|
|
1027
|
-
.-left-8 {
|
|
1028
|
-
left: -2rem;
|
|
1029
|
-
}
|
|
1030
1033
|
.bottom-0 {
|
|
1031
1034
|
bottom: 0px;
|
|
1032
1035
|
}
|
|
@@ -1052,6 +1055,9 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
1052
1055
|
.left-2\/4 {
|
|
1053
1056
|
left: 50%;
|
|
1054
1057
|
}
|
|
1058
|
+
.left-5 {
|
|
1059
|
+
left: 1.25rem;
|
|
1060
|
+
}
|
|
1055
1061
|
.left-\[4px\] {
|
|
1056
1062
|
left: 4px;
|
|
1057
1063
|
}
|
|
@@ -3307,7 +3313,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3307
3313
|
border-bottom-color: var(--color-secondary-ds);
|
|
3308
3314
|
}
|
|
3309
3315
|
.counter-reset {
|
|
3310
|
-
counter-reset:
|
|
3316
|
+
counter-reset: cnt1709217264430;
|
|
3311
3317
|
}
|
|
3312
3318
|
.hyphens-auto {
|
|
3313
3319
|
-webkit-hyphens: auto;
|
|
@@ -3613,7 +3619,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3613
3619
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3614
3620
|
}
|
|
3615
3621
|
.-ordered {
|
|
3616
|
-
counter-increment:
|
|
3622
|
+
counter-increment: cnt1709217264430 1;
|
|
3617
3623
|
}
|
|
3618
3624
|
.-ordered::before {
|
|
3619
3625
|
position: absolute;
|
|
@@ -3629,7 +3635,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3629
3635
|
letter-spacing: .0125em;
|
|
3630
3636
|
--tw-text-opacity: 1;
|
|
3631
3637
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3632
|
-
content: counter(
|
|
3638
|
+
content: counter(cnt1709217264430);
|
|
3633
3639
|
}
|
|
3634
3640
|
/*! ****************************/
|
|
3635
3641
|
/*! DataPolicy stuff */
|
|
@@ -4949,47 +4955,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4949
4955
|
.overflow-anywhere {
|
|
4950
4956
|
word-wrap: anywhere;
|
|
4951
4957
|
}
|
|
4952
|
-
@media (min-width: 768px) {
|
|
4953
|
-
|
|
4954
|
-
.md\:container {
|
|
4955
|
-
width: 100%;
|
|
4956
|
-
}
|
|
4957
|
-
|
|
4958
|
-
@media (min-width: 360px) {
|
|
4959
|
-
|
|
4960
|
-
.md\:container {
|
|
4961
|
-
max-width: 360px;
|
|
4962
|
-
}
|
|
4963
|
-
}
|
|
4964
|
-
|
|
4965
|
-
@media (min-width: 480px) {
|
|
4966
|
-
|
|
4967
|
-
.md\:container {
|
|
4968
|
-
max-width: 480px;
|
|
4969
|
-
}
|
|
4970
|
-
}
|
|
4971
|
-
|
|
4972
|
-
@media (min-width: 640px) {
|
|
4973
|
-
|
|
4974
|
-
.md\:container {
|
|
4975
|
-
max-width: 640px;
|
|
4976
|
-
}
|
|
4977
|
-
}
|
|
4978
|
-
|
|
4979
|
-
@media (min-width: 768px) {
|
|
4980
|
-
|
|
4981
|
-
.md\:container {
|
|
4982
|
-
max-width: 768px;
|
|
4983
|
-
}
|
|
4984
|
-
}
|
|
4985
|
-
|
|
4986
|
-
@media (min-width: 1024px) {
|
|
4987
|
-
|
|
4988
|
-
.md\:container {
|
|
4989
|
-
max-width: 1024px;
|
|
4990
|
-
}
|
|
4991
|
-
}
|
|
4992
|
-
}
|
|
4993
4958
|
@media (min-width: 1024px) {
|
|
4994
4959
|
|
|
4995
4960
|
.lg\:container {
|
|
@@ -5030,6 +4995,13 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
5030
4995
|
max-width: 1024px;
|
|
5031
4996
|
}
|
|
5032
4997
|
}
|
|
4998
|
+
|
|
4999
|
+
@media (min-width: 1040px) {
|
|
5000
|
+
|
|
5001
|
+
.lg\:container {
|
|
5002
|
+
max-width: 1040px;
|
|
5003
|
+
}
|
|
5004
|
+
}
|
|
5033
5005
|
}
|
|
5034
5006
|
.placeholder\:text-gray-dark::-webkit-input-placeholder {
|
|
5035
5007
|
--tw-text-opacity: 1;
|
|
@@ -6051,10 +6023,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
6051
6023
|
margin-left: 0.75rem;
|
|
6052
6024
|
}
|
|
6053
6025
|
|
|
6054
|
-
.md\:ml-4 {
|
|
6055
|
-
margin-left: 1rem;
|
|
6056
|
-
}
|
|
6057
|
-
|
|
6058
6026
|
.md\:mt-0 {
|
|
6059
6027
|
margin-top: 0px;
|
|
6060
6028
|
}
|
|
@@ -6337,6 +6305,16 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
6337
6305
|
padding-right: 1.25rem;
|
|
6338
6306
|
}
|
|
6339
6307
|
|
|
6308
|
+
.md\:px-9 {
|
|
6309
|
+
padding-left: 2.25rem;
|
|
6310
|
+
padding-right: 2.25rem;
|
|
6311
|
+
}
|
|
6312
|
+
|
|
6313
|
+
.md\:px-9\.5 {
|
|
6314
|
+
padding-left: 2.375rem;
|
|
6315
|
+
padding-right: 2.375rem;
|
|
6316
|
+
}
|
|
6317
|
+
|
|
6340
6318
|
.md\:py-0 {
|
|
6341
6319
|
padding-top: 0px;
|
|
6342
6320
|
padding-bottom: 0px;
|
|
@@ -6346,10 +6324,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
6346
6324
|
padding-left: 0px;
|
|
6347
6325
|
}
|
|
6348
6326
|
|
|
6349
|
-
.md\:pl-4 {
|
|
6350
|
-
padding-left: 1rem;
|
|
6351
|
-
}
|
|
6352
|
-
|
|
6353
6327
|
.md\:pl-5 {
|
|
6354
6328
|
padding-left: 1.25rem;
|
|
6355
6329
|
}
|
|
@@ -6358,10 +6332,6 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
6358
6332
|
padding-right: 0px;
|
|
6359
6333
|
}
|
|
6360
6334
|
|
|
6361
|
-
.md\:pr-4 {
|
|
6362
|
-
padding-right: 1rem;
|
|
6363
|
-
}
|
|
6364
|
-
|
|
6365
6335
|
.md\:pr-5 {
|
|
6366
6336
|
padding-right: 1.25rem;
|
|
6367
6337
|
}
|
|
@@ -7248,6 +7218,24 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
7248
7218
|
border-left-width: 1px;
|
|
7249
7219
|
}
|
|
7250
7220
|
}
|
|
7221
|
+
@media (min-width: 1040px) {
|
|
7222
|
+
|
|
7223
|
+
.socialShareDesktop\:bottom-auto {
|
|
7224
|
+
bottom: auto;
|
|
7225
|
+
}
|
|
7226
|
+
|
|
7227
|
+
.socialShareDesktop\:left-1 {
|
|
7228
|
+
left: 0.25rem;
|
|
7229
|
+
}
|
|
7230
|
+
|
|
7231
|
+
.socialShareDesktop\:top-0 {
|
|
7232
|
+
top: 0px;
|
|
7233
|
+
}
|
|
7234
|
+
|
|
7235
|
+
.socialShareDesktop\:top-5 {
|
|
7236
|
+
top: 1.25rem;
|
|
7237
|
+
}
|
|
7238
|
+
}
|
|
7251
7239
|
.\[\&\:has\(\+\.-hideOnMobile\)\]\:order-1[\:has\(\%2B.-hideOnMobile\)] {
|
|
7252
7240
|
order: 1;
|
|
7253
7241
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<footer class="relative
|
|
1
|
+
<footer class="relative grid justify-center w-full text-base border-t grid-page cy-footer pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
|
|
2
2
|
<div class="absolute top-feature-box-height" x-data x-intersect="$store.footerIsVisible = true" x-intersect:leave="$store.footerIsVisible = false"></div>
|
|
3
|
-
<div class="
|
|
3
|
+
<div class="col-full sm:col-main md:px-9.5">
|
|
4
4
|
<span class="hidden">Footer Navigation</span>
|
|
5
5
|
|
|
6
6
|
<div class="flex flex-wrap justify-start list-none">
|
|
7
7
|
{{~> components/footer/page_footer_content ~}}
|
|
8
|
-
<div class="flex w-auto mx-auto mt-12 mb-4 md:mt-0 md:mb-0 md:mx-0 md:pl-
|
|
8
|
+
<div class="flex w-auto mx-auto mt-12 mb-4 md:mt-0 md:mb-0 md:mx-0 md:pl-0">
|
|
9
9
|
{{> components/site_header/service_logo _isFooter=true}}
|
|
10
10
|
</div>
|
|
11
|
-
<div class="flex flex-col w-full pt-2 text-left md:items-end md:justify-between md:pl-
|
|
11
|
+
<div class="flex flex-col w-full pt-2 text-left md:items-end md:justify-between md:pl-0 md:flex-row ">
|
|
12
12
|
{{> components/footer/page_footer_metadata
|
|
13
13
|
_hrDeLink=this.footerMetadata.hrDeLink
|
|
14
14
|
_ardDeLink=this.footerMetadata.ardDeLink
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<nav x-data="{dropped:false}" class="w-full md:mt-4 md:mb-8">
|
|
2
|
-
<div @click="dropped = !dropped" class="flex justify-between w-full px-2 py-2 border-b border-footer-heading md:px-0 md:
|
|
2
|
+
<div @click="dropped = !dropped" class="flex justify-between w-full px-2 py-2 border-b border-footer-heading md:px-0 md:py-0 lg:m-0">
|
|
3
3
|
|
|
4
4
|
<span class="flex justify-start text-lg font-bold text-footer-heading " title="{{_title}}" onclick="">{{_title}} </span>
|
|
5
5
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{~> components/footer/page_footer_column _columns=this.groups.[1].columns _hasCookieSettings=true _title=this.groups.[1].title ~}}
|
|
7
7
|
</div>
|
|
8
8
|
|
|
9
|
-
<div class="flex flex-col w-full pt-4 md:w-1/4 md:w-max-1/4 md:pt-0 md:pr-
|
|
9
|
+
<div class="flex flex-col w-full pt-4 md:w-1/4 md:w-max-1/4 md:pt-0 md:pr-0 -third">
|
|
10
10
|
|
|
11
11
|
<div class="p-0 pb-4 m-0 md:pt-10 md:mt-10 md:border-t border-footer-heading">
|
|
12
12
|
{{> components/footer/page_footer_search }}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{{#if this.extern}}
|
|
2
|
-
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap
|
|
2
|
+
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
|
|
3
3
|
{{> components/footer/page_footer_nav_link _css="flex hover:underline" _link=this _iconName="extern" }}
|
|
4
4
|
</li>
|
|
5
5
|
{{else}}
|
|
6
6
|
{{#if this.paragraphed}}
|
|
7
|
-
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent
|
|
7
|
+
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent md:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
|
|
8
8
|
{{> components/footer/page_footer_nav_link _site=this.site _css="hover:underline" _link=this}}
|
|
9
9
|
</li>
|
|
10
10
|
{{else}}
|
|
11
|
-
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap
|
|
11
|
+
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
|
|
12
12
|
{{> components/footer/page_footer_nav_link _link=this _site=this.site _css="flex hover:underline" }}
|
|
13
13
|
</li>
|
|
14
14
|
{{/if}}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
lang="de"
|
|
6
6
|
>
|
|
7
7
|
<head>
|
|
8
|
-
|
|
8
|
+
<link href="{{resourceUrl "assets/index.css"}}" rel="stylesheet" type="text/css">
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
10
10
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
|
11
11
|
<title>hessenschau.de | Nachrichten aus Hessen</title>
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
</h3>
|
|
42
42
|
<div class="flex justify-center flex-wrap text-center mt-9" >
|
|
43
43
|
{{#> components/button/button _size="lg" _title="Weitere Episoden laden" _type="button" _css="js-load-remaining-items-button" }}
|
|
44
|
-
|
|
44
|
+
{{> components/button/components/button_label _label="Erneut versuchen"}}
|
|
45
|
+
{{/components/button/button}}
|
|
45
46
|
{{#*inline "htmlProperties"}}
|
|
46
47
|
onClick="window.location.reload();"
|
|
47
48
|
{{/inline}}
|
|
48
|
-
{{/components/button/button}}
|
|
49
49
|
</div>
|
|
50
50
|
</div>
|
|
51
51
|
</div>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
focusAfter && focusAfter.focus()
|
|
32
32
|
},
|
|
33
33
|
checkIfDesktop() {
|
|
34
|
-
this.isDesktop = (window.innerWidth >=
|
|
34
|
+
this.isDesktop = (window.innerWidth >= 1040) ? true : false
|
|
35
35
|
}
|
|
36
36
|
}"
|
|
37
37
|
x-init = "checkIfDesktop()"
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
open:<span x-text="open" ></span><br>
|
|
49
49
|
isDesktop:<span x-text="isDesktop" ></span>
|
|
50
50
|
</div>
|
|
51
|
-
<div :class="{ 'grid grid-page z-100 fixed bottom-feature-box-height left-0 w-full': !sharingIsVisible }">
|
|
51
|
+
<div :class="{ 'grid grid-page z-100 fixed bottom-feature-box-height socialShareDesktop:bottom-auto socialShareDesktop:top-0 left-0 w-full': !sharingIsVisible }">
|
|
52
52
|
<div class="" :class="{ 'flex justify-start col-full sm:col-main relative': !sharingIsVisible }">
|
|
53
|
-
<div class="flex gap-3" :class="{ 'bottom-5 -left-
|
|
53
|
+
<div class="flex gap-3" :class="{ 'bottom-5 socialShareDesktop:top-5 left-5 socialShareDesktop:left-1 flex-col absolute bg-white': !sharingIsVisible }">
|
|
54
54
|
<button
|
|
55
55
|
class="order-2 w-8 h-8 ds-button font-heading active:scale-95 hover:scale-105 group"
|
|
56
56
|
x-show="!isDesktop"
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<footer class="relative
|
|
1
|
+
<footer class="relative grid justify-center w-full text-base border-t grid-page cy-footer pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
|
|
2
2
|
<div class="absolute top-feature-box-height" x-data x-intersect="$store.footerIsVisible = true" x-intersect:leave="$store.footerIsVisible = false"></div>
|
|
3
|
-
<div class="
|
|
3
|
+
<div class="col-full sm:col-main md:px-9.5">
|
|
4
4
|
<span class="hidden">Footer Navigation</span>
|
|
5
5
|
|
|
6
6
|
<div class="flex flex-wrap justify-start list-none">
|
|
7
7
|
{{~> components/footer/page_footer_content ~}}
|
|
8
|
-
<div class="flex w-auto mx-auto mt-12 mb-4 md:mt-0 md:mb-0 md:mx-0 md:pl-
|
|
8
|
+
<div class="flex w-auto mx-auto mt-12 mb-4 md:mt-0 md:mb-0 md:mx-0 md:pl-0">
|
|
9
9
|
{{> components/site_header/service_logo _isFooter=true}}
|
|
10
10
|
</div>
|
|
11
|
-
<div class="flex flex-col w-full pt-2 text-left md:items-end md:justify-between md:pl-
|
|
11
|
+
<div class="flex flex-col w-full pt-2 text-left md:items-end md:justify-between md:pl-0 md:flex-row ">
|
|
12
12
|
{{> components/footer/page_footer_metadata
|
|
13
13
|
_hrDeLink=this.footerMetadata.hrDeLink
|
|
14
14
|
_ardDeLink=this.footerMetadata.ardDeLink
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<nav x-data="{dropped:false}" class="w-full md:mt-4 md:mb-8">
|
|
2
|
-
<div @click="dropped = !dropped" class="flex justify-between w-full px-2 py-2 border-b border-footer-heading md:px-0 md:
|
|
2
|
+
<div @click="dropped = !dropped" class="flex justify-between w-full px-2 py-2 border-b border-footer-heading md:px-0 md:py-0 lg:m-0">
|
|
3
3
|
|
|
4
4
|
<span class="flex justify-start text-lg font-bold text-footer-heading " title="{{_title}}" onclick="">{{_title}} </span>
|
|
5
5
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{~> components/footer/page_footer_column _columns=this.groups.[1].columns _hasCookieSettings=true _title=this.groups.[1].title ~}}
|
|
7
7
|
</div>
|
|
8
8
|
|
|
9
|
-
<div class="flex flex-col w-full pt-4 md:w-1/4 md:w-max-1/4 md:pt-0 md:pr-
|
|
9
|
+
<div class="flex flex-col w-full pt-4 md:w-1/4 md:w-max-1/4 md:pt-0 md:pr-0 -third">
|
|
10
10
|
|
|
11
11
|
<div class="p-0 pb-4 m-0 md:pt-10 md:mt-10 md:border-t border-footer-heading">
|
|
12
12
|
{{> components/footer/page_footer_search }}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{{#if this.extern}}
|
|
2
|
-
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap
|
|
2
|
+
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
|
|
3
3
|
{{> components/footer/page_footer_nav_link _css="flex hover:underline" _link=this _iconName="extern" }}
|
|
4
4
|
</li>
|
|
5
5
|
{{else}}
|
|
6
6
|
{{#if this.paragraphed}}
|
|
7
|
-
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent
|
|
7
|
+
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent md:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
|
|
8
8
|
{{> components/footer/page_footer_nav_link _site=this.site _css="hover:underline" _link=this}}
|
|
9
9
|
</li>
|
|
10
10
|
{{else}}
|
|
11
|
-
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap
|
|
11
|
+
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
|
|
12
12
|
{{> components/footer/page_footer_nav_link _link=this _site=this.site _css="flex hover:underline" }}
|
|
13
13
|
</li>
|
|
14
14
|
{{/if}}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
lang="de"
|
|
6
6
|
>
|
|
7
7
|
<head>
|
|
8
|
-
|
|
8
|
+
<link href="{{resourceUrl "assets/index.css"}}" rel="stylesheet" type="text/css">
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
10
10
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
|
11
11
|
<title>hessenschau.de | Nachrichten aus Hessen</title>
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
</h3>
|
|
42
42
|
<div class="flex justify-center flex-wrap text-center mt-9" >
|
|
43
43
|
{{#> components/button/button _size="lg" _title="Weitere Episoden laden" _type="button" _css="js-load-remaining-items-button" }}
|
|
44
|
-
|
|
44
|
+
{{> components/button/components/button_label _label="Erneut versuchen"}}
|
|
45
|
+
{{/components/button/button}}
|
|
45
46
|
{{#*inline "htmlProperties"}}
|
|
46
47
|
onClick="window.location.reload();"
|
|
47
48
|
{{/inline}}
|
|
48
|
-
{{/components/button/button}}
|
|
49
49
|
</div>
|
|
50
50
|
</div>
|
|
51
51
|
</div>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
focusAfter && focusAfter.focus()
|
|
32
32
|
},
|
|
33
33
|
checkIfDesktop() {
|
|
34
|
-
this.isDesktop = (window.innerWidth >=
|
|
34
|
+
this.isDesktop = (window.innerWidth >= 1040) ? true : false
|
|
35
35
|
}
|
|
36
36
|
}"
|
|
37
37
|
x-init = "checkIfDesktop()"
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
open:<span x-text="open" ></span><br>
|
|
49
49
|
isDesktop:<span x-text="isDesktop" ></span>
|
|
50
50
|
</div>
|
|
51
|
-
<div :class="{ 'grid grid-page z-100 fixed bottom-feature-box-height left-0 w-full': !sharingIsVisible }">
|
|
51
|
+
<div :class="{ 'grid grid-page z-100 fixed bottom-feature-box-height socialShareDesktop:bottom-auto socialShareDesktop:top-0 left-0 w-full': !sharingIsVisible }">
|
|
52
52
|
<div class="" :class="{ 'flex justify-start col-full sm:col-main relative': !sharingIsVisible }">
|
|
53
|
-
<div class="flex gap-3" :class="{ 'bottom-5 -left-
|
|
53
|
+
<div class="flex gap-3" :class="{ 'bottom-5 socialShareDesktop:top-5 left-5 socialShareDesktop:left-1 flex-col absolute bg-white': !sharingIsVisible }">
|
|
54
54
|
<button
|
|
55
55
|
class="order-2 w-8 h-8 ds-button font-heading active:scale-95 hover:scale-105 group"
|
|
56
56
|
x-show="!isDesktop"
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"repository": "https://github.com/szuelch/hr-design-system-handlebars",
|
|
9
|
-
"version": "1.59.
|
|
9
|
+
"version": "1.59.18",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<footer class="relative
|
|
1
|
+
<footer class="relative grid justify-center w-full text-base border-t grid-page cy-footer pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
|
|
2
2
|
<div class="absolute top-feature-box-height" x-data x-intersect="$store.footerIsVisible = true" x-intersect:leave="$store.footerIsVisible = false"></div>
|
|
3
|
-
<div class="
|
|
3
|
+
<div class="col-full sm:col-main md:px-9.5">
|
|
4
4
|
<span class="hidden">Footer Navigation</span>
|
|
5
5
|
|
|
6
6
|
<div class="flex flex-wrap justify-start list-none">
|
|
7
7
|
{{~> components/footer/page_footer_content ~}}
|
|
8
|
-
<div class="flex w-auto mx-auto mt-12 mb-4 md:mt-0 md:mb-0 md:mx-0 md:pl-
|
|
8
|
+
<div class="flex w-auto mx-auto mt-12 mb-4 md:mt-0 md:mb-0 md:mx-0 md:pl-0">
|
|
9
9
|
{{> components/site_header/service_logo _isFooter=true}}
|
|
10
10
|
</div>
|
|
11
|
-
<div class="flex flex-col w-full pt-2 text-left md:items-end md:justify-between md:pl-
|
|
11
|
+
<div class="flex flex-col w-full pt-2 text-left md:items-end md:justify-between md:pl-0 md:flex-row ">
|
|
12
12
|
{{> components/footer/page_footer_metadata
|
|
13
13
|
_hrDeLink=this.footerMetadata.hrDeLink
|
|
14
14
|
_ardDeLink=this.footerMetadata.ardDeLink
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<nav x-data="{dropped:false}" class="w-full md:mt-4 md:mb-8">
|
|
2
|
-
<div @click="dropped = !dropped" class="flex justify-between w-full px-2 py-2 border-b border-footer-heading md:px-0 md:
|
|
2
|
+
<div @click="dropped = !dropped" class="flex justify-between w-full px-2 py-2 border-b border-footer-heading md:px-0 md:py-0 lg:m-0">
|
|
3
3
|
|
|
4
4
|
<span class="flex justify-start text-lg font-bold text-footer-heading " title="{{_title}}" onclick="">{{_title}} </span>
|
|
5
5
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{~> components/footer/page_footer_column _columns=this.groups.[1].columns _hasCookieSettings=true _title=this.groups.[1].title ~}}
|
|
7
7
|
</div>
|
|
8
8
|
|
|
9
|
-
<div class="flex flex-col w-full pt-4 md:w-1/4 md:w-max-1/4 md:pt-0 md:pr-
|
|
9
|
+
<div class="flex flex-col w-full pt-4 md:w-1/4 md:w-max-1/4 md:pt-0 md:pr-0 -third">
|
|
10
10
|
|
|
11
11
|
<div class="p-0 pb-4 m-0 md:pt-10 md:mt-10 md:border-t border-footer-heading">
|
|
12
12
|
{{> components/footer/page_footer_search }}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{{#if this.extern}}
|
|
2
|
-
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap
|
|
2
|
+
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
|
|
3
3
|
{{> components/footer/page_footer_nav_link _css="flex hover:underline" _link=this _iconName="extern" }}
|
|
4
4
|
</li>
|
|
5
5
|
{{else}}
|
|
6
6
|
{{#if this.paragraphed}}
|
|
7
|
-
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent
|
|
7
|
+
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent md:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
|
|
8
8
|
{{> components/footer/page_footer_nav_link _site=this.site _css="hover:underline" _link=this}}
|
|
9
9
|
</li>
|
|
10
10
|
{{else}}
|
|
11
|
-
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap
|
|
11
|
+
<li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
|
|
12
12
|
{{> components/footer/page_footer_nav_link _link=this _site=this.site _css="flex hover:underline" }}
|
|
13
13
|
</li>
|
|
14
14
|
{{/if}}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
lang="de"
|
|
6
6
|
>
|
|
7
7
|
<head>
|
|
8
|
-
|
|
8
|
+
<link href="{{resourceUrl "assets/index.css"}}" rel="stylesheet" type="text/css">
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
10
10
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
|
11
11
|
<title>hessenschau.de | Nachrichten aus Hessen</title>
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
</h3>
|
|
42
42
|
<div class="flex justify-center flex-wrap text-center mt-9" >
|
|
43
43
|
{{#> components/button/button _size="lg" _title="Weitere Episoden laden" _type="button" _css="js-load-remaining-items-button" }}
|
|
44
|
-
|
|
44
|
+
{{> components/button/components/button_label _label="Erneut versuchen"}}
|
|
45
|
+
{{/components/button/button}}
|
|
45
46
|
{{#*inline "htmlProperties"}}
|
|
46
47
|
onClick="window.location.reload();"
|
|
47
48
|
{{/inline}}
|
|
48
|
-
{{/components/button/button}}
|
|
49
49
|
</div>
|
|
50
50
|
</div>
|
|
51
51
|
</div>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
focusAfter && focusAfter.focus()
|
|
32
32
|
},
|
|
33
33
|
checkIfDesktop() {
|
|
34
|
-
this.isDesktop = (window.innerWidth >=
|
|
34
|
+
this.isDesktop = (window.innerWidth >= 1040) ? true : false
|
|
35
35
|
}
|
|
36
36
|
}"
|
|
37
37
|
x-init = "checkIfDesktop()"
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
open:<span x-text="open" ></span><br>
|
|
49
49
|
isDesktop:<span x-text="isDesktop" ></span>
|
|
50
50
|
</div>
|
|
51
|
-
<div :class="{ 'grid grid-page z-100 fixed bottom-feature-box-height left-0 w-full': !sharingIsVisible }">
|
|
51
|
+
<div :class="{ 'grid grid-page z-100 fixed bottom-feature-box-height socialShareDesktop:bottom-auto socialShareDesktop:top-0 left-0 w-full': !sharingIsVisible }">
|
|
52
52
|
<div class="" :class="{ 'flex justify-start col-full sm:col-main relative': !sharingIsVisible }">
|
|
53
|
-
<div class="flex gap-3" :class="{ 'bottom-5 -left-
|
|
53
|
+
<div class="flex gap-3" :class="{ 'bottom-5 socialShareDesktop:top-5 left-5 socialShareDesktop:left-1 flex-col absolute bg-white': !sharingIsVisible }">
|
|
54
54
|
<button
|
|
55
55
|
class="order-2 w-8 h-8 ds-button font-heading active:scale-95 hover:scale-105 group"
|
|
56
56
|
x-show="!isDesktop"
|