hr-design-system-handlebars 1.35.3 → 1.35.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.storybook/main.js +8 -0
- package/.storybook/preview.js +16 -1
- package/CHANGELOG.md +30 -0
- package/build/handlebars/helpers/handlebar-helpers.js +3 -0
- package/dist/assets/icons/icons/svgmap/rss-ds.svg +12 -17
- package/dist/assets/icons/icons/svgmap/x-ds.svg +12 -0
- package/dist/assets/icons/icons/svgmap.min.svg +1 -1
- package/dist/assets/index.css +111 -34
- package/dist/assets/js/components/dataPolicySettings/dataPolicySettingsDs.feature.js +1 -1
- package/dist/views/components/article/components/accordion/accordion.hbs +4 -4
- package/dist/views/components/article/components/accordion/accordion_item.hbs +3 -3
- package/dist/views/components/dataPolicySettings/data_policy_settings.hbs +2 -2
- package/dist/views/components/footer/page_footer.hbs +2 -2
- 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/site_header/navigation_search/quick_search_form.hbs +2 -2
- package/dist/views_static/components/article/components/accordion/accordion.hbs +4 -4
- package/dist/views_static/components/article/components/accordion/accordion_item.hbs +3 -3
- package/dist/views_static/components/dataPolicySettings/data_policy_settings.hbs +2 -2
- package/dist/views_static/components/footer/page_footer.hbs +2 -2
- 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/site_header/navigation_search/quick_search_form.hbs +2 -2
- package/package.json +14 -13
- package/src/assets/icons/icons/svgmap/rss-ds.svg +12 -17
- package/src/assets/icons/icons/svgmap/x-ds.svg +12 -0
- package/src/assets/icons/icons/svgmap.min.svg +1 -1
- package/src/assets/tailwind.css +11 -0
- package/src/stories/{InstallAndUpdate.mdx → InstallAndUpdateDependencies.mdx} +2 -2
- package/src/stories/InstallInDelivery.mdx +30 -0
- package/src/stories/views/components/article/components/accordion/accordion.hbs +4 -4
- package/src/stories/views/components/article/components/accordion/accordion_item.hbs +3 -3
- package/src/stories/views/components/dataPolicySettings/dataPolicySettingsDs.feature.js +1 -1
- package/src/stories/views/components/dataPolicySettings/data_policy_settings.hbs +2 -2
- package/src/stories/views/components/footer/page_footer.hbs +2 -2
- 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/site_header/navigation_search/quick_search_form.hbs +2 -2
- package/tailwind.config.js +2 -0
package/dist/assets/index.css
CHANGED
|
@@ -477,6 +477,12 @@ video {
|
|
|
477
477
|
max-width: 360px;
|
|
478
478
|
}
|
|
479
479
|
}
|
|
480
|
+
@media (min-width: 480px) {
|
|
481
|
+
|
|
482
|
+
.container {
|
|
483
|
+
max-width: 480px;
|
|
484
|
+
}
|
|
485
|
+
}
|
|
480
486
|
@media (min-width: 640px) {
|
|
481
487
|
|
|
482
488
|
.container {
|
|
@@ -1907,6 +1913,10 @@ video {
|
|
|
1907
1913
|
border-top-left-radius: 0.25rem;
|
|
1908
1914
|
border-bottom-left-radius: 0.25rem;
|
|
1909
1915
|
}
|
|
1916
|
+
.rounded-r {
|
|
1917
|
+
border-top-right-radius: 0.25rem;
|
|
1918
|
+
border-bottom-right-radius: 0.25rem;
|
|
1919
|
+
}
|
|
1910
1920
|
.rounded-t {
|
|
1911
1921
|
border-top-left-radius: 0.25rem;
|
|
1912
1922
|
border-top-right-radius: 0.25rem;
|
|
@@ -2004,10 +2014,6 @@ video {
|
|
|
2004
2014
|
border-color: white;
|
|
2005
2015
|
border-color: var(--color-footer-heading);
|
|
2006
2016
|
}
|
|
2007
|
-
.border-footer-text {
|
|
2008
|
-
border-color: white;
|
|
2009
|
-
border-color: var(--color-footer-text);
|
|
2010
|
-
}
|
|
2011
2017
|
.border-gray-200 {
|
|
2012
2018
|
--tw-border-opacity: 1;
|
|
2013
2019
|
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
|
|
@@ -2460,6 +2466,10 @@ video {
|
|
|
2460
2466
|
.pb-9 {
|
|
2461
2467
|
padding-bottom: 2.25rem;
|
|
2462
2468
|
}
|
|
2469
|
+
.pb-footer-padding-bottom {
|
|
2470
|
+
padding-bottom: 16px;
|
|
2471
|
+
padding-bottom: var(--footer-padding-bottom);
|
|
2472
|
+
}
|
|
2463
2473
|
.pl-0 {
|
|
2464
2474
|
padding-left: 0px;
|
|
2465
2475
|
}
|
|
@@ -2589,6 +2599,9 @@ video {
|
|
|
2589
2599
|
font-size: 3rem;
|
|
2590
2600
|
line-height: 1;
|
|
2591
2601
|
}
|
|
2602
|
+
.text-\[1\.1875rem\] {
|
|
2603
|
+
font-size: 1.1875rem;
|
|
2604
|
+
}
|
|
2592
2605
|
.text-base {
|
|
2593
2606
|
font-size: 1rem;
|
|
2594
2607
|
line-height: 1.375rem;
|
|
@@ -2662,6 +2675,9 @@ video {
|
|
|
2662
2675
|
.leading-6 {
|
|
2663
2676
|
line-height: 1.5rem;
|
|
2664
2677
|
}
|
|
2678
|
+
.leading-\[1\.625rem\] {
|
|
2679
|
+
line-height: 1.625rem;
|
|
2680
|
+
}
|
|
2665
2681
|
.leading-\[34px\] {
|
|
2666
2682
|
line-height: 34px;
|
|
2667
2683
|
}
|
|
@@ -3015,7 +3031,7 @@ video {
|
|
|
3015
3031
|
border-bottom-color: var(--color-secondary-ds);
|
|
3016
3032
|
}
|
|
3017
3033
|
.counter-reset {
|
|
3018
|
-
counter-reset:
|
|
3034
|
+
counter-reset: cnt1691488753365;
|
|
3019
3035
|
}
|
|
3020
3036
|
.hyphens-auto {
|
|
3021
3037
|
-webkit-hyphens: auto;
|
|
@@ -3250,7 +3266,7 @@ video {
|
|
|
3250
3266
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3251
3267
|
}
|
|
3252
3268
|
.-ordered {
|
|
3253
|
-
counter-increment:
|
|
3269
|
+
counter-increment: cnt1691488753365 1;
|
|
3254
3270
|
}
|
|
3255
3271
|
.-ordered::before {
|
|
3256
3272
|
position: absolute;
|
|
@@ -3266,7 +3282,7 @@ video {
|
|
|
3266
3282
|
letter-spacing: .0125em;
|
|
3267
3283
|
--tw-text-opacity: 1;
|
|
3268
3284
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3269
|
-
content: counter(
|
|
3285
|
+
content: counter(cnt1691488753365);
|
|
3270
3286
|
}
|
|
3271
3287
|
/*! ****************************/
|
|
3272
3288
|
/*! DataPolicy stuff */
|
|
@@ -3408,6 +3424,7 @@ video {
|
|
|
3408
3424
|
--width-footer-logo-lg: 6.4375rem;
|
|
3409
3425
|
--height-footer-logo-lg: 2.6875rem;
|
|
3410
3426
|
|
|
3427
|
+
--footer-padding-bottom: 16px;
|
|
3411
3428
|
|
|
3412
3429
|
/*Hauptmenü*/
|
|
3413
3430
|
--color-top-topic-background: #d3e2f4;
|
|
@@ -4127,6 +4144,8 @@ video {
|
|
|
4127
4144
|
--width-footer-logo-lg: 3.4375rem;
|
|
4128
4145
|
--height-footer-logo-lg: 2.6875rem;
|
|
4129
4146
|
|
|
4147
|
+
--footer-padding-bottom: 112px;
|
|
4148
|
+
|
|
4130
4149
|
/* Medieninhalte, Video, Audio, Bildergalerie */
|
|
4131
4150
|
--color-label-media: #916B00;
|
|
4132
4151
|
/* Ticker, Live, Livestream */
|
|
@@ -4203,6 +4222,8 @@ video {
|
|
|
4203
4222
|
--color-footer-bg: #74747f;
|
|
4204
4223
|
--color-footer-border: #ec6602;
|
|
4205
4224
|
|
|
4225
|
+
--footer-padding-bottom: 112px;
|
|
4226
|
+
|
|
4206
4227
|
--width-footer-logo: 2.5rem;
|
|
4207
4228
|
--height-footer-logo: 2.5rem;
|
|
4208
4229
|
--width-footer-logo-md: 2.5rem;
|
|
@@ -4290,6 +4311,8 @@ video {
|
|
|
4290
4311
|
--color-footer-bg: #9b0112 ;
|
|
4291
4312
|
--color-footer-border: #007179;
|
|
4292
4313
|
|
|
4314
|
+
--footer-padding-bottom: 112px;
|
|
4315
|
+
|
|
4293
4316
|
--width-footer-logo: 2.5rem;
|
|
4294
4317
|
--height-footer-logo: 2.5rem;
|
|
4295
4318
|
|
|
@@ -4380,6 +4403,8 @@ video {
|
|
|
4380
4403
|
--color-footer-bg: #407596;
|
|
4381
4404
|
--color-footer-border: #168378;
|
|
4382
4405
|
|
|
4406
|
+
--footer-padding-bottom: 112px;
|
|
4407
|
+
|
|
4383
4408
|
--width-footer-logo: 2.5rem;
|
|
4384
4409
|
--height-footer-logo: 2.5rem;
|
|
4385
4410
|
--width-footer-logo-md: 2.5rem;
|
|
@@ -4468,6 +4493,8 @@ video {
|
|
|
4468
4493
|
|
|
4469
4494
|
--color-footer-bg: #606060;
|
|
4470
4495
|
--color-footer-border: #007ea1;
|
|
4496
|
+
|
|
4497
|
+
--footer-padding-bottom: 112px;
|
|
4471
4498
|
|
|
4472
4499
|
/* Medieninhalte, Video, Audio, Bildergalerien */
|
|
4473
4500
|
--color-label-media: #000000;
|
|
@@ -4545,6 +4572,47 @@ video {
|
|
|
4545
4572
|
.overflow-anywhere {
|
|
4546
4573
|
word-wrap: anywhere;
|
|
4547
4574
|
}
|
|
4575
|
+
@media (min-width: 768px) {
|
|
4576
|
+
|
|
4577
|
+
.md\:container {
|
|
4578
|
+
width: 100%;
|
|
4579
|
+
}
|
|
4580
|
+
|
|
4581
|
+
@media (min-width: 360px) {
|
|
4582
|
+
|
|
4583
|
+
.md\:container {
|
|
4584
|
+
max-width: 360px;
|
|
4585
|
+
}
|
|
4586
|
+
}
|
|
4587
|
+
|
|
4588
|
+
@media (min-width: 480px) {
|
|
4589
|
+
|
|
4590
|
+
.md\:container {
|
|
4591
|
+
max-width: 480px;
|
|
4592
|
+
}
|
|
4593
|
+
}
|
|
4594
|
+
|
|
4595
|
+
@media (min-width: 640px) {
|
|
4596
|
+
|
|
4597
|
+
.md\:container {
|
|
4598
|
+
max-width: 640px;
|
|
4599
|
+
}
|
|
4600
|
+
}
|
|
4601
|
+
|
|
4602
|
+
@media (min-width: 768px) {
|
|
4603
|
+
|
|
4604
|
+
.md\:container {
|
|
4605
|
+
max-width: 768px;
|
|
4606
|
+
}
|
|
4607
|
+
}
|
|
4608
|
+
|
|
4609
|
+
@media (min-width: 1024px) {
|
|
4610
|
+
|
|
4611
|
+
.md\:container {
|
|
4612
|
+
max-width: 1024px;
|
|
4613
|
+
}
|
|
4614
|
+
}
|
|
4615
|
+
}
|
|
4548
4616
|
@media (min-width: 1024px) {
|
|
4549
4617
|
|
|
4550
4618
|
.lg\:container {
|
|
@@ -4558,6 +4626,13 @@ video {
|
|
|
4558
4626
|
}
|
|
4559
4627
|
}
|
|
4560
4628
|
|
|
4629
|
+
@media (min-width: 480px) {
|
|
4630
|
+
|
|
4631
|
+
.lg\:container {
|
|
4632
|
+
max-width: 480px;
|
|
4633
|
+
}
|
|
4634
|
+
}
|
|
4635
|
+
|
|
4561
4636
|
@media (min-width: 640px) {
|
|
4562
4637
|
|
|
4563
4638
|
.lg\:container {
|
|
@@ -4929,6 +5004,27 @@ video {
|
|
|
4929
5004
|
-webkit-line-clamp: 6;
|
|
4930
5005
|
}
|
|
4931
5006
|
}
|
|
5007
|
+
@media (min-width: 480px) {
|
|
5008
|
+
|
|
5009
|
+
.sm480\:my-5 {
|
|
5010
|
+
margin-top: 1.25rem;
|
|
5011
|
+
margin-bottom: 1.25rem;
|
|
5012
|
+
}
|
|
5013
|
+
|
|
5014
|
+
.sm480\:mt-4 {
|
|
5015
|
+
margin-top: 1rem;
|
|
5016
|
+
}
|
|
5017
|
+
|
|
5018
|
+
.sm480\:text-2xl {
|
|
5019
|
+
font-size: 1.375rem;
|
|
5020
|
+
line-height: 1.75rem;
|
|
5021
|
+
}
|
|
5022
|
+
|
|
5023
|
+
.sm480\:text-lg {
|
|
5024
|
+
font-size: 1.125rem;
|
|
5025
|
+
line-height: 1.5rem;
|
|
5026
|
+
}
|
|
5027
|
+
}
|
|
4932
5028
|
@media (min-width: 640px) {
|
|
4933
5029
|
|
|
4934
5030
|
.sm\:not-sr-only {
|
|
@@ -5223,11 +5319,6 @@ video {
|
|
|
5223
5319
|
margin-right: 1.25rem;
|
|
5224
5320
|
}
|
|
5225
5321
|
|
|
5226
|
-
.md\:my-5 {
|
|
5227
|
-
margin-top: 1.25rem;
|
|
5228
|
-
margin-bottom: 1.25rem;
|
|
5229
|
-
}
|
|
5230
|
-
|
|
5231
5322
|
.md\:-mt-40 {
|
|
5232
5323
|
margin-top: -10rem;
|
|
5233
5324
|
}
|
|
@@ -5256,6 +5347,10 @@ video {
|
|
|
5256
5347
|
margin-top: 0px;
|
|
5257
5348
|
}
|
|
5258
5349
|
|
|
5350
|
+
.md\:mt-10 {
|
|
5351
|
+
margin-top: 2.5rem;
|
|
5352
|
+
}
|
|
5353
|
+
|
|
5259
5354
|
.md\:mt-2 {
|
|
5260
5355
|
margin-top: 0.5rem;
|
|
5261
5356
|
}
|
|
@@ -5268,10 +5363,6 @@ video {
|
|
|
5268
5363
|
margin-top: 1.5rem;
|
|
5269
5364
|
}
|
|
5270
5365
|
|
|
5271
|
-
.md\:mt-\[38px\] {
|
|
5272
|
-
margin-top: 38px;
|
|
5273
|
-
}
|
|
5274
|
-
|
|
5275
5366
|
.md\:mt-auto {
|
|
5276
5367
|
margin-top: auto;
|
|
5277
5368
|
}
|
|
@@ -5485,10 +5576,6 @@ video {
|
|
|
5485
5576
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
5486
5577
|
}
|
|
5487
5578
|
|
|
5488
|
-
.md\:fill-current {
|
|
5489
|
-
fill: currentColor;
|
|
5490
|
-
}
|
|
5491
|
-
|
|
5492
5579
|
.md\:p-10 {
|
|
5493
5580
|
padding: 2.5rem;
|
|
5494
5581
|
}
|
|
@@ -5550,6 +5637,10 @@ video {
|
|
|
5550
5637
|
padding-top: 0px;
|
|
5551
5638
|
}
|
|
5552
5639
|
|
|
5640
|
+
.md\:pt-10 {
|
|
5641
|
+
padding-top: 2.5rem;
|
|
5642
|
+
}
|
|
5643
|
+
|
|
5553
5644
|
.md\:pt-16 {
|
|
5554
5645
|
padding-top: 4rem;
|
|
5555
5646
|
}
|
|
@@ -5570,10 +5661,6 @@ video {
|
|
|
5570
5661
|
padding-top: 2rem;
|
|
5571
5662
|
}
|
|
5572
5663
|
|
|
5573
|
-
.md\:pt-\[38px\] {
|
|
5574
|
-
padding-top: 38px;
|
|
5575
|
-
}
|
|
5576
|
-
|
|
5577
5664
|
.md\:text-2xl {
|
|
5578
5665
|
font-size: 1.375rem;
|
|
5579
5666
|
line-height: 1.75rem;
|
|
@@ -5608,11 +5695,6 @@ video {
|
|
|
5608
5695
|
color: var(--color-footer-text);
|
|
5609
5696
|
}
|
|
5610
5697
|
|
|
5611
|
-
.md\:text-secondary {
|
|
5612
|
-
color: #606060;
|
|
5613
|
-
color: var(--color-secondary-ds);
|
|
5614
|
-
}
|
|
5615
|
-
|
|
5616
5698
|
.md\:decoration-2 {
|
|
5617
5699
|
text-decoration-thickness: 2px;
|
|
5618
5700
|
}
|
|
@@ -6001,11 +6083,6 @@ video {
|
|
|
6001
6083
|
border-bottom-left-radius: 0.25rem;
|
|
6002
6084
|
}
|
|
6003
6085
|
|
|
6004
|
-
.lg\:rounded-r {
|
|
6005
|
-
border-top-right-radius: 0.25rem;
|
|
6006
|
-
border-bottom-right-radius: 0.25rem;
|
|
6007
|
-
}
|
|
6008
|
-
|
|
6009
6086
|
.lg\:rounded-t {
|
|
6010
6087
|
border-top-left-radius: 0.25rem;
|
|
6011
6088
|
border-top-right-radius: 0.25rem;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<h2 class="mb-5 text-
|
|
1
|
+
<h2 class="mb-5 text-[1.1875rem] leading-[1.625rem] font-normal mt-11 sm480:text-2xl font-headingSerif">{{this.title}}</h2>
|
|
2
2
|
<div x-cloak x-data="{selected:0}" class="pb-11">
|
|
3
3
|
{{#each this.copytextParagraph }}
|
|
4
4
|
{{#if this.isHeadline}}
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
@click="selected !== {{nextRandom}} ? selected = {{getRandom}} : selected = null"
|
|
9
9
|
>
|
|
10
10
|
<div class="flex flex-row justify-between border-t basis-10/12 content-evenly border-gray-alto">
|
|
11
|
-
<h3 :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal
|
|
11
|
+
<h3 :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal sm480:my-5 sm480:text-lg font-headingSerif">{{{this.text}}}</h3>
|
|
12
12
|
<span :class="selected == {{getRandom}} ? 'hidden' : ''">
|
|
13
|
-
{{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2
|
|
13
|
+
{{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current"}}
|
|
14
14
|
</span>
|
|
15
15
|
<span :class="selected !== {{getRandom}} ? 'hidden' : ''">
|
|
16
|
-
{{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2
|
|
16
|
+
{{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current"}}
|
|
17
17
|
</span>
|
|
18
18
|
</div>
|
|
19
19
|
</button>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{{#if this.isParagraph}}
|
|
2
2
|
{{#each this.text.split}}
|
|
3
3
|
{{#if this.isText}}
|
|
4
|
-
<p class="mb-5">{{{this.text}}}</p>
|
|
4
|
+
<p class="mb-5 text-base sm480:text-lg">{{{this.text}}}</p>
|
|
5
5
|
{{/if}}
|
|
6
6
|
{{#if this.isUl}}
|
|
7
|
-
<ul class="mb-5 ml-5 list-disc">{{{this.text}}}</ul>
|
|
7
|
+
<ul class="mb-5 ml-5 text-base list-disc sm480:text-lg">{{{this.text}}}</ul>
|
|
8
8
|
{{/if}}
|
|
9
9
|
{{#if this.isOl}}
|
|
10
|
-
<ol class="mb-5 ml-5 list-decimal">{{{this.text}}}</ol>
|
|
10
|
+
<ol class="mb-5 ml-5 text-base list-decimal sm480:text-lg">{{{this.text}}}</ol>
|
|
11
11
|
{{/if}}
|
|
12
12
|
{{/each}}
|
|
13
13
|
{{/if}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div class="flex items-center justify-center mt-4 md:mt-0 md:justify-end js-load" data-hr-data-policy-settings-ds='{}'>
|
|
2
|
-
{{#> components/button/button _size="md" _id="globalSettingsButton" _css="hover:text-secondary
|
|
2
|
+
{{#> components/button/button _size="md" _id="globalSettingsButton" _css="hover:text-secondary js-data-policy-settings-button" _variant="secondary" _onBackground=(defaultIfEmpty (configProperty "buttonConfig.settings.footer") false) }}
|
|
3
3
|
{{> components/button/components/button_icon _icon="settings" _iconmap="icons" _css="w-5 h-5"}}
|
|
4
4
|
{{> components/button/components/button_label _label=(loca "cookies_setting_button_text")}}
|
|
5
5
|
{{/components/button/button}}
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
</div>
|
|
75
75
|
<div class="bg-[#e3e3e3] py-2.5 px-6">
|
|
76
76
|
<span class="block pb-2 text-lg text-black font-headingSerif">{{loca "cookies_setting_section_title"}}</span>
|
|
77
|
-
<div class="all">
|
|
77
|
+
<div class="flex justify-between all">
|
|
78
78
|
<span class="inline-flex text-base text-black js-providerTitle">x</span>
|
|
79
79
|
<div class="flex float-right toggleSwitch">
|
|
80
80
|
{{> components/forms/toggle_button _id="all" _addClass="js-toggleSwitch-checkbox-all"}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<footer class="flex justify-center w-full
|
|
2
|
-
<div class="container
|
|
1
|
+
<footer class="flex justify-center w-full text-base border-t 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
|
+
<div class="flex md:container lg:px-10">
|
|
3
3
|
<span class="hidden">Footer Navigation</span>
|
|
4
4
|
|
|
5
5
|
<div class="flex flex-wrap justify-start list-none">
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<nav x-data="{dropped:false}" class="w-full md:mt-4 md:mb-8">
|
|
2
2
|
<div @click="dropped = !dropped" class="flex justify-between w-full px-2 py-2 border-b border-footer-heading md:px-0 md:ml-4 md:py-0 lg:m-0">
|
|
3
3
|
|
|
4
|
-
<span class="flex justify-start text-
|
|
4
|
+
<span class="flex justify-start text-lg font-bold text-footer-heading " title="{{_title}}" onclick="">{{_title}} </span>
|
|
5
5
|
|
|
6
6
|
<div class="flex items-center md:hidden " :class="dropped ? 'transform rotate-180':''">
|
|
7
7
|
{{> components/base/image/icon _icon="arrow-down" _iconmap="icons" _addClass="w-3 h-2 fill-current"}}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
<div class="flex flex-col w-full pt-4 md:w-1/4 md:w-max-1/4 md:pt-0 md:pr-4 lg:pr-0 -third">
|
|
10
10
|
|
|
11
|
-
<div class="pb-4 md:pt-
|
|
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 }}
|
|
13
13
|
</div>
|
|
14
14
|
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
<button
|
|
66
66
|
aria-label='{{loca "search_input_aria_submit" }}'
|
|
67
67
|
type="submit"
|
|
68
|
-
class="pl-2 pr-2 border-l cursor-pointer lg:search-border-desktop
|
|
68
|
+
class="pl-2 pr-2 bg-white border-l rounded-r cursor-pointer lg:search-border-desktop link-focus-inset md:bg-white text-primary "
|
|
69
69
|
>
|
|
70
|
-
{{> components/base/image/icon _icon="suche-ds" _addClass="w-7 h-7 text-
|
|
70
|
+
{{> components/base/image/icon _icon="suche-ds" _addClass="w-7 h-7 text-primary fill-current bg-transparent"}}
|
|
71
71
|
</button>
|
|
72
72
|
</form>
|
|
73
73
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<h2 class="mb-5 text-
|
|
1
|
+
<h2 class="mb-5 text-[1.1875rem] leading-[1.625rem] font-normal mt-11 sm480:text-2xl font-headingSerif">{{this.title}}</h2>
|
|
2
2
|
<div x-cloak x-data="{selected:0}" class="pb-11">
|
|
3
3
|
{{#each this.copytextParagraph }}
|
|
4
4
|
{{#if this.isHeadline}}
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
@click="selected !== {{nextRandom}} ? selected = {{getRandom}} : selected = null"
|
|
9
9
|
>
|
|
10
10
|
<div class="flex flex-row justify-between border-t basis-10/12 content-evenly border-gray-alto">
|
|
11
|
-
<h3 :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal
|
|
11
|
+
<h3 :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal sm480:my-5 sm480:text-lg font-headingSerif">{{{this.text}}}</h3>
|
|
12
12
|
<span :class="selected == {{getRandom}} ? 'hidden' : ''">
|
|
13
|
-
{{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2
|
|
13
|
+
{{> components/base/image/icon _icon="plus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current"}}
|
|
14
14
|
</span>
|
|
15
15
|
<span :class="selected !== {{getRandom}} ? 'hidden' : ''">
|
|
16
|
-
{{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2
|
|
16
|
+
{{> components/base/image/icon _icon="minus" _addClass="hover:text-toplineColor mx-5 mt-2 sm480:mt-4 w-8 h-8 fill-current"}}
|
|
17
17
|
</span>
|
|
18
18
|
</div>
|
|
19
19
|
</button>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{{#if this.isParagraph}}
|
|
2
2
|
{{#each this.text.split}}
|
|
3
3
|
{{#if this.isText}}
|
|
4
|
-
<p class="mb-5">{{{this.text}}}</p>
|
|
4
|
+
<p class="mb-5 text-base sm480:text-lg">{{{this.text}}}</p>
|
|
5
5
|
{{/if}}
|
|
6
6
|
{{#if this.isUl}}
|
|
7
|
-
<ul class="mb-5 ml-5 list-disc">{{{this.text}}}</ul>
|
|
7
|
+
<ul class="mb-5 ml-5 text-base list-disc sm480:text-lg">{{{this.text}}}</ul>
|
|
8
8
|
{{/if}}
|
|
9
9
|
{{#if this.isOl}}
|
|
10
|
-
<ol class="mb-5 ml-5 list-decimal">{{{this.text}}}</ol>
|
|
10
|
+
<ol class="mb-5 ml-5 text-base list-decimal sm480:text-lg">{{{this.text}}}</ol>
|
|
11
11
|
{{/if}}
|
|
12
12
|
{{/each}}
|
|
13
13
|
{{/if}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div class="flex items-center justify-center mt-4 md:mt-0 md:justify-end js-load" data-hr-data-policy-settings-ds='{}'>
|
|
2
|
-
{{#> components/button/button _size="md" _id="globalSettingsButton" _css="hover:text-secondary
|
|
2
|
+
{{#> components/button/button _size="md" _id="globalSettingsButton" _css="hover:text-secondary js-data-policy-settings-button" _variant="secondary" _onBackground=(defaultIfEmpty (configProperty "buttonConfig.settings.footer") false) }}
|
|
3
3
|
{{> components/button/components/button_icon _icon="settings" _iconmap="icons" _css="w-5 h-5"}}
|
|
4
4
|
{{> components/button/components/button_label _label=(loca "cookies_setting_button_text")}}
|
|
5
5
|
{{/components/button/button}}
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
</div>
|
|
75
75
|
<div class="bg-[#e3e3e3] py-2.5 px-6">
|
|
76
76
|
<span class="block pb-2 text-lg text-black font-headingSerif">{{loca "cookies_setting_section_title"}}</span>
|
|
77
|
-
<div class="all">
|
|
77
|
+
<div class="flex justify-between all">
|
|
78
78
|
<span class="inline-flex text-base text-black js-providerTitle">x</span>
|
|
79
79
|
<div class="flex float-right toggleSwitch">
|
|
80
80
|
{{> components/forms/toggle_button _id="all" _addClass="js-toggleSwitch-checkbox-all"}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<footer class="flex justify-center w-full
|
|
2
|
-
<div class="container
|
|
1
|
+
<footer class="flex justify-center w-full text-base border-t 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
|
+
<div class="flex md:container lg:px-10">
|
|
3
3
|
<span class="hidden">Footer Navigation</span>
|
|
4
4
|
|
|
5
5
|
<div class="flex flex-wrap justify-start list-none">
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<nav x-data="{dropped:false}" class="w-full md:mt-4 md:mb-8">
|
|
2
2
|
<div @click="dropped = !dropped" class="flex justify-between w-full px-2 py-2 border-b border-footer-heading md:px-0 md:ml-4 md:py-0 lg:m-0">
|
|
3
3
|
|
|
4
|
-
<span class="flex justify-start text-
|
|
4
|
+
<span class="flex justify-start text-lg font-bold text-footer-heading " title="{{_title}}" onclick="">{{_title}} </span>
|
|
5
5
|
|
|
6
6
|
<div class="flex items-center md:hidden " :class="dropped ? 'transform rotate-180':''">
|
|
7
7
|
{{> components/base/image/icon _icon="arrow-down" _iconmap="icons" _addClass="w-3 h-2 fill-current"}}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
<div class="flex flex-col w-full pt-4 md:w-1/4 md:w-max-1/4 md:pt-0 md:pr-4 lg:pr-0 -third">
|
|
10
10
|
|
|
11
|
-
<div class="pb-4 md:pt-
|
|
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 }}
|
|
13
13
|
</div>
|
|
14
14
|
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
<button
|
|
66
66
|
aria-label='{{loca "search_input_aria_submit" }}'
|
|
67
67
|
type="submit"
|
|
68
|
-
class="pl-2 pr-2 border-l cursor-pointer lg:search-border-desktop
|
|
68
|
+
class="pl-2 pr-2 bg-white border-l rounded-r cursor-pointer lg:search-border-desktop link-focus-inset md:bg-white text-primary "
|
|
69
69
|
>
|
|
70
|
-
{{> components/base/image/icon _icon="suche-ds" _addClass="w-7 h-7 text-
|
|
70
|
+
{{> components/base/image/icon _icon="suche-ds" _addClass="w-7 h-7 text-primary fill-current bg-transparent"}}
|
|
71
71
|
</button>
|
|
72
72
|
</form>
|
|
73
73
|
|
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.35.
|
|
9
|
+
"version": "1.35.5",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
"saveLogoFilesToFolder": "gulp saveLogoFilesToFolder",
|
|
27
27
|
"preparePartialsForDelivery": "gulp preparePartialsForDelivery",
|
|
28
28
|
"create-modernizr-config": "gulp createModernizrConfig",
|
|
29
|
-
"merge-locatags": "gulp mergeLocatags"
|
|
29
|
+
"merge-locatags": "gulp mergeLocatags",
|
|
30
|
+
"prepare": "yarn build"
|
|
30
31
|
},
|
|
31
32
|
"browserslist": [
|
|
32
33
|
"last 2 versions",
|
|
@@ -41,16 +42,16 @@
|
|
|
41
42
|
"@babel/cli": "^7.13.16",
|
|
42
43
|
"@babel/core": "^7.12.10",
|
|
43
44
|
"@babel/preset-env": "^7.21.4",
|
|
44
|
-
"@storybook/addon-a11y": "^7.
|
|
45
|
-
"@storybook/addon-actions": "^7.
|
|
46
|
-
"@storybook/addon-essentials": "^7.
|
|
47
|
-
"@storybook/addon-links": "^7.
|
|
48
|
-
"@storybook/addon-styling": "^1.
|
|
49
|
-
"@storybook/addons": "^7.
|
|
50
|
-
"@storybook/blocks": "7.
|
|
51
|
-
"@storybook/html": "^7.
|
|
52
|
-
"@storybook/html-webpack5": "7.
|
|
53
|
-
"@storybook/theming": "^7.
|
|
45
|
+
"@storybook/addon-a11y": "^7.2.1",
|
|
46
|
+
"@storybook/addon-actions": "^7.2.1",
|
|
47
|
+
"@storybook/addon-essentials": "^7.2.1",
|
|
48
|
+
"@storybook/addon-links": "^7.2.1",
|
|
49
|
+
"@storybook/addon-styling": "^1.3.5",
|
|
50
|
+
"@storybook/addons": "^7.2.1",
|
|
51
|
+
"@storybook/blocks": "7.2.1",
|
|
52
|
+
"@storybook/html": "^7.2.1",
|
|
53
|
+
"@storybook/html-webpack5": "7.2.1",
|
|
54
|
+
"@storybook/theming": "^7.2.1",
|
|
54
55
|
"auto": "^10.26.0",
|
|
55
56
|
"autoprefixer": "^10.4.2",
|
|
56
57
|
"babel-loader": "^8.2.2",
|
|
@@ -92,7 +93,7 @@
|
|
|
92
93
|
"react-dom": "^18.2.0",
|
|
93
94
|
"remark-gfm": "^3.0.1",
|
|
94
95
|
"rimraf": "^3.0.2",
|
|
95
|
-
"storybook": "^7.
|
|
96
|
+
"storybook": "^7.2.1",
|
|
96
97
|
"storybook-conditional-toolbar-selector": "^1.0.3",
|
|
97
98
|
"tailwindcss": "^3.0.23",
|
|
98
99
|
"tailwindcss-hyphens": "^0.1.0",
|
|
@@ -1,17 +1,12 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
</defs>
|
|
14
|
-
<path class="cls-2" d="m63,124.4v32.4c55.25,0,100.2,44.95,100.2,100.2h32.4c0-73.12-59.48-132.6-132.6-132.6Z"/>
|
|
15
|
-
<path class="cls-2" d="m63,46.8v32.4c98.04,0,177.8,79.76,177.8,177.8h32.4c0-115.9-94.3-210.2-210.2-210.2Z"/>
|
|
16
|
-
<circle class="cls-1" cx="92.1" cy="227.9" r="29.1" transform="translate(-49.9 27.26) rotate(-13.28)"/>
|
|
17
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="rss" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 320 320" style="enable-background:new 0 0 320 320;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
|
|
7
|
+
.st1{fill:#FFFFFF;}
|
|
8
|
+
</style>
|
|
9
|
+
<path class="st0" d="M54.9,132.5v32.4c55.3,0,100.2,44.9,100.2,100.2h32.4C187.5,192,128,132.5,54.9,132.5z"/>
|
|
10
|
+
<path class="st0" d="M54.9,54.9v32.4c98,0,177.8,79.8,177.8,177.8h32.4C265.1,149.2,170.8,54.9,54.9,54.9L54.9,54.9z"/>
|
|
11
|
+
<ellipse transform="matrix(0.9733 -0.2297 0.2297 0.9733 -51.9657 25.6059)" class="st1" cx="84" cy="236" rx="29.1" ry="29.1"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="X" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #fff;
|
|
7
|
+
fill-rule: evenodd;
|
|
8
|
+
}
|
|
9
|
+
</style>
|
|
10
|
+
</defs>
|
|
11
|
+
<path class="cls-1" d="m186.06,143.04c27.46-31.32,54.9-62.63,82.39-93.99-.15-.03-.17-.03-.2-.03-12.35,0-24.71,0-37.06.01-.27,0-.61.21-.8.42-10.47,11.92-20.93,23.86-31.39,35.79-9.31,10.62-18.61,21.23-27.92,31.85-.82.94-1.64,1.87-2.49,2.83-.16-.21-.28-.36-.4-.51-12.45-16.43-24.9-32.86-37.36-49.29-5.18-6.84-10.37-13.67-15.53-20.52-.33-.44-.66-.61-1.22-.61-25.42.01-50.85.01-76.27.01h-.82c.2.27.31.42.42.57,16.64,21.72,33.29,43.43,49.92,65.16,11.07,14.46,22.13,28.93,33.2,43.39,3.01,3.93,6.03,7.84,9.06,11.74.34.44.29.69-.06,1.08-12.6,14.35-25.19,28.72-37.78,43.08-16.45,18.77-32.91,37.54-49.36,56.31-.16.18-.31.38-.53.64h.38c12.28,0,24.57,0,36.85-.02.28,0,.63-.18.82-.39,3.16-3.57,6.3-7.16,9.45-10.75,17.47-19.93,34.95-39.86,52.42-59.78,1.94-2.21,3.88-4.42,5.84-6.66,2.29,2.99,4.55,5.93,6.8,8.88,14.1,18.4,28.2,36.8,42.3,55.19,3.33,4.34,6.66,8.68,9.98,13.04.27.36.54.5.99.5,24.88-.01,49.75-.01,74.63-.01.2,0,.39-.02.66-.04-32.35-42.69-64.65-85.3-96.94-127.91Zm50.13,104.94c-6.45,0-12.9,0-19.35.02-.55,0-.9-.19-1.19-.58-2.47-3.2-4.93-6.4-7.39-9.6-4.95-6.45-9.89-12.91-14.85-19.36-4.01-5.22-8.03-10.43-12.05-15.65-10.94-14.21-21.87-28.42-32.81-42.64-11.6-15.07-23.2-30.13-34.8-45.2-11.12-14.45-22.24-28.9-33.36-43.35-.08-.11-.16-.23-.23-.35-.05-.06-.1-.12-.16-.19.05-.02.1-.04.15-.05.19,0,.38-.02.57-.02,7,0,13.99,0,20.99,0,.41,0,.68.1.94.44,3.81,5.04,7.65,10.06,11.47,15.09,4.18,5.49,8.36,10.99,12.54,16.48,4.32,5.68,8.65,11.36,12.97,17.04,4.24,5.57,8.48,11.14,12.72,16.71,5.65,7.43,11.31,14.85,16.96,22.28,4.18,5.49,8.36,10.99,12.54,16.48,4.32,5.68,8.65,11.36,12.98,17.04,4.25,5.58,8.5,11.17,12.75,16.75,4.3,5.64,8.59,11.29,12.89,16.93,4.22,5.55,8.45,11.1,12.67,16.65,1.25,1.65,2.5,3.29,3.86,5.07h-.81Z"/>
|
|
12
|
+
</svg>
|