hr-design-system-handlebars 1.80.2 → 1.80.4

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.
Files changed (48) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/assets/index.css +29 -33
  3. package/dist/views/components/content/copytext/components/accordion/accordion.hbs +2 -2
  4. package/dist/views/components/content/copytext/components/additionalinfo.hbs +1 -1
  5. package/dist/views/components/content/copytext/components/cite.hbs +1 -1
  6. package/dist/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  7. package/dist/views/components/content/copytext/components/contentbox/contentbox.hbs +1 -1
  8. package/dist/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs +1 -1
  9. package/dist/views/components/content/copytext/components/faq.hbs +1 -1
  10. package/dist/views/components/content/copytext/components/filedownload.hbs +1 -1
  11. package/dist/views/components/content/copytext/components/headline.hbs +1 -1
  12. package/dist/views/components/content/copytext/components/image/image.hbs +4 -4
  13. package/dist/views/components/content/copytext/components/infobox.hbs +3 -3
  14. package/dist/views/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
  15. package/dist/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  16. package/dist/views/components/content/copytext/components/posterteaser.hbs +1 -1
  17. package/dist/views/components/content/copytext/copytext.hbs +1 -1
  18. package/dist/views_static/components/content/copytext/components/accordion/accordion.hbs +2 -2
  19. package/dist/views_static/components/content/copytext/components/additionalinfo.hbs +1 -1
  20. package/dist/views_static/components/content/copytext/components/cite.hbs +1 -1
  21. package/dist/views_static/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  22. package/dist/views_static/components/content/copytext/components/contentbox/contentbox.hbs +1 -1
  23. package/dist/views_static/components/content/copytext/components/contentbox/storybook-contentbox.hbs +1 -1
  24. package/dist/views_static/components/content/copytext/components/faq.hbs +1 -1
  25. package/dist/views_static/components/content/copytext/components/filedownload.hbs +1 -1
  26. package/dist/views_static/components/content/copytext/components/headline.hbs +1 -1
  27. package/dist/views_static/components/content/copytext/components/image/image.hbs +4 -4
  28. package/dist/views_static/components/content/copytext/components/infobox.hbs +3 -3
  29. package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
  30. package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +1 -1
  31. package/dist/views_static/components/content/copytext/components/posterteaser.hbs +1 -1
  32. package/dist/views_static/components/content/copytext/copytext.hbs +1 -1
  33. package/package.json +1 -1
  34. package/src/stories/views/components/content/copytext/components/accordion/accordion.hbs +2 -2
  35. package/src/stories/views/components/content/copytext/components/additionalinfo.hbs +1 -1
  36. package/src/stories/views/components/content/copytext/components/cite.hbs +1 -1
  37. package/src/stories/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  38. package/src/stories/views/components/content/copytext/components/contentbox/contentbox.hbs +1 -1
  39. package/src/stories/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs +1 -1
  40. package/src/stories/views/components/content/copytext/components/faq.hbs +1 -1
  41. package/src/stories/views/components/content/copytext/components/filedownload.hbs +1 -1
  42. package/src/stories/views/components/content/copytext/components/headline.hbs +1 -1
  43. package/src/stories/views/components/content/copytext/components/image/image.hbs +4 -4
  44. package/src/stories/views/components/content/copytext/components/infobox.hbs +3 -3
  45. package/src/stories/views/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
  46. package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  47. package/src/stories/views/components/content/copytext/components/posterteaser.hbs +1 -1
  48. package/src/stories/views/components/content/copytext/copytext.hbs +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v1.80.4 (Wed Jul 10 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - revise spaces in copytext [#997](https://github.com/mumprod/hr-design-system-handlebars/pull/997) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
13
+ # v1.80.3 (Wed Jul 10 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - DPE-3227 - Infobox: Umlaut-Großbuchstaben haben keine Punkte [#994](https://github.com/mumprod/hr-design-system-handlebars/pull/994) ([@vascoeduardo](https://github.com/vascoeduardo) [@hanswurstsalat](https://github.com/hanswurstsalat))
18
+
19
+ #### Authors: 2
20
+
21
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
22
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
23
+
24
+ ---
25
+
1
26
  # v1.80.2 (Wed Jul 10 2024)
2
27
 
3
28
  #### 🐛 Bug Fix
@@ -1262,10 +1262,6 @@ article.indexTextDS .indexTextHighlighted .link {
1262
1262
  margin-top: 0px;
1263
1263
  margin-bottom: 0px;
1264
1264
  }
1265
- .my-12 {
1266
- margin-top: 3rem;
1267
- margin-bottom: 3rem;
1268
- }
1269
1265
  .my-2 {
1270
1266
  margin-top: 0.5rem;
1271
1267
  margin-bottom: 0.5rem;
@@ -1290,10 +1286,6 @@ article.indexTextDS .indexTextHighlighted .link {
1290
1286
  margin-top: 1.5rem;
1291
1287
  margin-bottom: 1.5rem;
1292
1288
  }
1293
- .my-7 {
1294
- margin-top: 1.75rem;
1295
- margin-bottom: 1.75rem;
1296
- }
1297
1289
  .\!mt-4 {
1298
1290
  margin-top: 1rem !important;
1299
1291
  }
@@ -1342,9 +1334,6 @@ article.indexTextDS .indexTextHighlighted .link {
1342
1334
  .-mt-\[33px\] {
1343
1335
  margin-top: -33px;
1344
1336
  }
1345
- .-mt-\[4px\] {
1346
- margin-top: -4px;
1347
- }
1348
1337
  .-mt-px {
1349
1338
  margin-top: -1px;
1350
1339
  }
@@ -1357,9 +1346,6 @@ article.indexTextDS .indexTextHighlighted .link {
1357
1346
  .mb-10 {
1358
1347
  margin-bottom: 2.5rem;
1359
1348
  }
1360
- .mb-12 {
1361
- margin-bottom: 3rem;
1362
- }
1363
1349
  .mb-2 {
1364
1350
  margin-bottom: 0.5rem;
1365
1351
  }
@@ -1450,9 +1436,6 @@ article.indexTextDS .indexTextHighlighted .link {
1450
1436
  .mt-10 {
1451
1437
  margin-top: 2.5rem;
1452
1438
  }
1453
- .mt-11 {
1454
- margin-top: 2.75rem;
1455
- }
1456
1439
  .mt-12 {
1457
1440
  margin-top: 3rem;
1458
1441
  }
@@ -2802,6 +2785,9 @@ article.indexTextDS .indexTextHighlighted .link {
2802
2785
  .pb-6 {
2803
2786
  padding-bottom: 1.5rem;
2804
2787
  }
2788
+ .pb-8 {
2789
+ padding-bottom: 2rem;
2790
+ }
2805
2791
  .pb-9 {
2806
2792
  padding-bottom: 2.25rem;
2807
2793
  }
@@ -2830,6 +2816,9 @@ article.indexTextDS .indexTextHighlighted .link {
2830
2816
  .pl-8 {
2831
2817
  padding-left: 2rem;
2832
2818
  }
2819
+ .pl-9 {
2820
+ padding-left: 2.25rem;
2821
+ }
2833
2822
  .pr-10 {
2834
2823
  padding-right: 2.5rem;
2835
2824
  }
@@ -3399,7 +3388,7 @@ article.indexTextDS .indexTextHighlighted .link {
3399
3388
  border-bottom-color: var(--color-secondary-ds);
3400
3389
  }
3401
3390
  .counter-reset {
3402
- counter-reset: cnt1720608891990;
3391
+ counter-reset: cnt1720612355799;
3403
3392
  }
3404
3393
  .hyphens-auto {
3405
3394
  -webkit-hyphens: auto;
@@ -3797,7 +3786,7 @@ article.indexTextDS .indexTextHighlighted .link {
3797
3786
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3798
3787
  }
3799
3788
  .-ordered {
3800
- counter-increment: cnt1720608891990 1;
3789
+ counter-increment: cnt1720612355799 1;
3801
3790
  }
3802
3791
  .-ordered::before {
3803
3792
  position: absolute;
@@ -3813,7 +3802,7 @@ article.indexTextDS .indexTextHighlighted .link {
3813
3802
  letter-spacing: .0125em;
3814
3803
  --tw-text-opacity: 1;
3815
3804
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3816
- content: counter(cnt1720608891990);
3805
+ content: counter(cnt1720612355799);
3817
3806
  }
3818
3807
  /*! ****************************/
3819
3808
  /*! DataPolicy stuff */
@@ -5935,9 +5924,12 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
5935
5924
  margin-bottom: 1.25rem;
5936
5925
  }
5937
5926
 
5938
- .sm480\:my-7 {
5939
- margin-top: 1.75rem;
5940
- margin-bottom: 1.75rem;
5927
+ .sm480\:mb-14 {
5928
+ margin-bottom: 3.5rem;
5929
+ }
5930
+
5931
+ .sm480\:mb-5 {
5932
+ margin-bottom: 1.25rem;
5941
5933
  }
5942
5934
 
5943
5935
  .sm480\:mb-7 {
@@ -5952,6 +5944,10 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
5952
5944
  margin-right: 1.25rem;
5953
5945
  }
5954
5946
 
5947
+ .sm480\:mt-14 {
5948
+ margin-top: 3.5rem;
5949
+ }
5950
+
5955
5951
  .sm480\:mt-4 {
5956
5952
  margin-top: 1rem;
5957
5953
  }
@@ -5964,6 +5960,10 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
5964
5960
  margin-top: 1.375rem;
5965
5961
  }
5966
5962
 
5963
+ .sm480\:mt-6 {
5964
+ margin-top: 1.5rem;
5965
+ }
5966
+
5967
5967
  .sm480\:mt-7 {
5968
5968
  margin-top: 1.75rem;
5969
5969
  }
@@ -6188,8 +6188,8 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
6188
6188
  margin-bottom: 3.5rem;
6189
6189
  }
6190
6190
 
6191
- .sm\:mb-7 {
6192
- margin-bottom: 1.75rem;
6191
+ .sm\:mb-5 {
6192
+ margin-bottom: 1.25rem;
6193
6193
  }
6194
6194
 
6195
6195
  .sm\:mb-8 {
@@ -6224,16 +6224,12 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
6224
6224
  margin-top: 0.375rem;
6225
6225
  }
6226
6226
 
6227
- .sm\:mt-12 {
6228
- margin-top: 3rem;
6229
- }
6230
-
6231
6227
  .sm\:mt-14 {
6232
6228
  margin-top: 3.5rem;
6233
6229
  }
6234
6230
 
6235
- .sm\:mt-7 {
6236
- margin-top: 1.75rem;
6231
+ .sm\:mt-6 {
6232
+ margin-top: 1.5rem;
6237
6233
  }
6238
6234
 
6239
6235
  .sm\:block {
@@ -6353,8 +6349,8 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
6353
6349
  padding-bottom: 0.5rem;
6354
6350
  }
6355
6351
 
6356
- .sm\:pb-6 {
6357
- padding-bottom: 1.5rem;
6352
+ .sm\:pb-9 {
6353
+ padding-bottom: 2.25rem;
6358
6354
  }
6359
6355
 
6360
6356
  .sm\:pl-0 {
@@ -1,7 +1,7 @@
1
1
  {{#if this.title}}
2
- <h2 class="clear-both mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
2
+ <h2 class="clear-both mt-12 mb-5 text-lg font-normal accordion sm480:mt-14 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
3
3
  {{/if}}
4
- <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} clear-both mt-11{{/unless}}">
4
+ <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} clear-both mt-12 sm480:mt-14{{/unless}}">
5
5
  {{#each this.copytextParagraph }}
6
6
  {{#if this.isHeadline}}
7
7
  {{#unless @first}}</div></div>{{/unless}}
@@ -1,4 +1,4 @@
1
- <div class="mt-3 text-xs sm480:text-sm sm480:mt-5 text-gray-scorpion dark:text-text-dark font-headingSerif">
1
+ <div class="mt-2 text-xs sm480:mt-4 sm480:text-sm sm480:mt-5 text-gray-scorpion dark:text-text-dark font-headingSerif">
2
2
  {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
3
3
  {{#each this.text.split}}
4
4
  {{#if this.isText}}
@@ -1,4 +1,4 @@
1
- <div class="{{#if this.paragraphProperties.[0].showFullSize }}mt-7{{else}}mr-0 sm:mr-5 mb-0 sm:mb-7 mt-7 w-full sm:w-1/2 sm:float-left{{/if}}">
1
+ <div class="{{#if this.paragraphProperties.[0].showFullSize }}mt-6 mb-2 sm480:mt-7 sm480:mb-7{{else}}mr-0 sm:mr-5 mb-2 sm:mb-5 mt-5 w-full sm:w-1/2 sm:float-left{{/if}}">
2
2
  {{> components/base/image/icon _icon="quotation" _addClass="sm:ml-4 mr-2 mt-px float-left text-gray-scorpion w-6 h-6 sm480:w-8 sm480:h-8 fill-current dark:fill-link-dark"}}
3
3
  <span class="sr-only">{{loca "story_cite_intro_sr" }}</span>
4
4
  <blockquote>
@@ -1,3 +1,3 @@
1
- <div class="ml-1 sm:ml-6 px-4 sm:px-6 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}clear-both my-12 sm:my-14 {{else}}mb-12 sm:mb-14 sm:mt-7 mt-12 mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
1
+ <div class="ml-1 sm:ml-6 px-4 sm:px-6 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}clear-both mt-12 mb-8 sm:mt-14 sm:mb-14 {{else}}mb-8 sm:mb-5 sm:mt-6 mt-12 mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
2
2
  {{~> @partial-block ~}}
3
3
  </div>
@@ -4,7 +4,7 @@
4
4
  <div class="border-y border-gray-boulder overflow-auto contentbox-box mt-13 mb-5 sm480:pb-7.5 pb-5 sm:px-0 px-5.5 {{#unless this.showFullSize.isTrue}} mt-7.5 mb-6 mr-0 sm:mr-6 md:w-6/12 float-left{{/unless}}">
5
5
  {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
6
6
  {{#if this.title}}
7
- <h3 class="mt-6 -mb-1 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
7
+ <h3 class="mt-6 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
8
8
  {{/if}}
9
9
  {{> modules/story/copytext-contentbox ~}}
10
10
  {{~> components/base/a11y/hiddenText _locaTag="story_infobox_outro_sr" ~}}
@@ -2,7 +2,7 @@
2
2
 
3
3
  {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
4
4
 
5
- <h3 class="text-lg -mt-[4px] sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
5
+ <h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
6
6
 
7
7
  {{~#with this.copytextParagraph.[0].paragraphBoxItem }}
8
8
  {{~#if this.isImage}}
@@ -1,4 +1,4 @@
1
- <h2 class="clear-both text-2xl sm480:text-3xl font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
1
+ <h2 class="clear-both mt-12 text-2xl sm480:text-3xl font-headingSerif sm480:mt-14 dark:text-text-dark">{{{this.text}}}</h2>
2
2
  {{#with this.paragraphProperties.[0]}}
3
3
  {{#with this.faqAnswer}}
4
4
  {{#each this.split}}
@@ -11,7 +11,7 @@
11
11
 
12
12
  {{#with this.toModel.mediaBacklinkToStoryTeaser}}
13
13
  {{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
14
- <h3 class="mt-2.5 text-lg -mt-[4px] sm480:text-xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
14
+ <h3 class="mt-2.5 text-lg sm480:text-xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
15
15
  {{~#if this.isForeignBrand}}
16
16
  <span>[{{this.readMore}}]</span>
17
17
  {{/if}}
@@ -1 +1 @@
1
- <h2 class="clear-both text-2xl sm480:text-3xl sm480:leading-9 font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
1
+ <h2 class="clear-both mt-12 text-2xl sm480:text-3xl sm480:leading-9 font-headingSerif sm480:mt-14 dark:text-text-dark">{{{this.text}}}</h2>
@@ -1,7 +1,7 @@
1
1
  {{#if this.showPortrait.isTrue }}
2
2
  {{#if this.showFullSize.isTrue }}
3
3
  {{> components/content/copytext/components/image/figure
4
- _cssClass="my-6 sm480:my-7 clear-both article-full-width sm:article-narrow"
4
+ _cssClass="mt-12 mb-8 sm480:mt-14 sm480:mb-14 clear-both article-full-width sm:article-narrow"
5
5
  _cssClassCaption="mx-5 sm:mx-0"
6
6
  _type="story"
7
7
  _variant="100-copytext-portrait"
@@ -9,7 +9,7 @@
9
9
  _isWebview=_isWebview}}
10
10
  {{else}}
11
11
  {{> components/content/copytext/components/image/figure
12
- _cssClass="my-6 sm480:my-7 sm480:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
12
+ _cssClass="mt-12 mb-8 sm480:mt-6 sm480:mb-5 sm480:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
13
13
  _cssClassCaption="mx-5 sm:mx-0"
14
14
  _type="story"
15
15
  _variant="copytext-portrait"
@@ -19,7 +19,7 @@
19
19
  {{else}}
20
20
  {{#if this.showFullSize.isTrue}}
21
21
  {{> components/content/copytext/components/image/figure
22
- _cssClass="my-6 sm480:my-7 clear-both article-full-width sm:article-narrow"
22
+ _cssClass="mt-12 mb-8 sm480:mt-14 sm480:mb-14 clear-both article-full-width sm:article-narrow"
23
23
  _cssClassCaption="mx-5 sm:mx-0"
24
24
  _type="story"
25
25
  _variant="100-copytext"
@@ -27,7 +27,7 @@
27
27
  _isWebview=_isWebview}}
28
28
  {{else}}
29
29
  {{> components/content/copytext/components/image/figure
30
- _cssClass="my-6 sm480:my-7 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
30
+ _cssClass="mt-12 mb-8 sm480:mt-6 sm480:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
31
31
  _cssClassCaption="mx-5 sm:mx-0"
32
32
  _type="story"
33
33
  _variant="copytext"
@@ -3,7 +3,7 @@
3
3
  <span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
4
4
 
5
5
  {{~#if this.paragraphProperties.[0].title}}
6
- <h3 class="-mt-1 text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.paragraphProperties.[0].title}}</h3>
6
+ <h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.paragraphProperties.[0].title}}</h3>
7
7
  {{/if}}
8
8
 
9
9
  {{~#with this.paragraphBoxItem }}
@@ -61,10 +61,10 @@
61
61
  <p class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
62
62
  {{/if}}
63
63
  {{#if this.isUl}}
64
- <ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
64
+ <ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-9 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
65
65
  {{/if}}
66
66
  {{#if this.isOl}}
67
- <ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
67
+ <ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-9 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
68
68
  {{/if}}
69
69
  {{/each}}
70
70
  {{~#block "subParagraphs"}}{{/block~}}
@@ -1,9 +1,9 @@
1
1
  {{#if this.isText}}
2
- <p class="mt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</p>
2
+ <p class="mt-4 sm480:mt-5 text-lg leading-normal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</p>
3
3
  {{/if}}
4
4
  {{#if this.isUl}}
5
- <ul class="pl-5 mt-6 overflow-hidden text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ul>
5
+ <ul class="pl-9 mt-4 sm480:mt-5 overflow-hidden text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ul>
6
6
  {{/if}}
7
7
  {{#if this.isOl}}
8
- <ol class="pl-5 mt-6 overflow-hidden text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ol>
8
+ <ol class="pl-9 mt-4 sm480:mt-5 overflow-hidden text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ol>
9
9
  {{/if}}
@@ -1,3 +1,3 @@
1
- <div class="mt-7 {{#if this.showFullSize.isTrue }}clear-both {{else}}sm:w-1/2 clear-both sm:float-left sm:mr-5{{/if}}">
1
+ <div class="{{#if this.showFullSize.isTrue }}clear-both mt-12 mb-8 sm:mt-14 sm:mb-14{{else}}sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
2
2
  {{> components/teaser/podcast/podcast _isCopytext=true }}
3
3
  </div>
@@ -1,3 +1,3 @@
1
- <div class="w-5/6 sm480:w-2/3 mx-auto {{#if this.showFullSize.isTrue }}clear-both pb-0 sm:pb-6 mt-7 sm:mt-12 {{else}}sm:w-1/2 clear-both sm:float-left my-7 sm:mr-5{{/if}}">
1
+ <div class="w-5/6 sm480:w-2/3 mx-auto {{#if this.showFullSize.isTrue }}clear-both pb-8 sm:pb-9 mt-12 sm:mt-14 {{else}}sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5{{/if}}">
2
2
  {{> components/teaser/teaser_poster _isCopytext=true }}
3
3
  </div>
@@ -1,4 +1,4 @@
1
- <div class="contents sm:block copytextWrapper">
1
+ <div class="mt-2 contents sm:block copytextWrapper">
2
2
  {{~#with this.leadAudio }}
3
3
  {{> components/content/copytext/components/media/media_figure _addClass="print:hidden article-full-width mt-12 mb-6 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
4
4
  {{~/with}}
@@ -1,7 +1,7 @@
1
1
  {{#if this.title}}
2
- <h2 class="clear-both mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
2
+ <h2 class="clear-both mt-12 mb-5 text-lg font-normal accordion sm480:mt-14 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
3
3
  {{/if}}
4
- <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} clear-both mt-11{{/unless}}">
4
+ <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} clear-both mt-12 sm480:mt-14{{/unless}}">
5
5
  {{#each this.copytextParagraph }}
6
6
  {{#if this.isHeadline}}
7
7
  {{#unless @first}}</div></div>{{/unless}}
@@ -1,4 +1,4 @@
1
- <div class="mt-3 text-xs sm480:text-sm sm480:mt-5 text-gray-scorpion dark:text-text-dark font-headingSerif">
1
+ <div class="mt-2 text-xs sm480:mt-4 sm480:text-sm sm480:mt-5 text-gray-scorpion dark:text-text-dark font-headingSerif">
2
2
  {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
3
3
  {{#each this.text.split}}
4
4
  {{#if this.isText}}
@@ -1,4 +1,4 @@
1
- <div class="{{#if this.paragraphProperties.[0].showFullSize }}mt-7{{else}}mr-0 sm:mr-5 mb-0 sm:mb-7 mt-7 w-full sm:w-1/2 sm:float-left{{/if}}">
1
+ <div class="{{#if this.paragraphProperties.[0].showFullSize }}mt-6 mb-2 sm480:mt-7 sm480:mb-7{{else}}mr-0 sm:mr-5 mb-2 sm:mb-5 mt-5 w-full sm:w-1/2 sm:float-left{{/if}}">
2
2
  {{> components/base/image/icon _icon="quotation" _addClass="sm:ml-4 mr-2 mt-px float-left text-gray-scorpion w-6 h-6 sm480:w-8 sm480:h-8 fill-current dark:fill-link-dark"}}
3
3
  <span class="sr-only">{{loca "story_cite_intro_sr" }}</span>
4
4
  <blockquote>
@@ -1,3 +1,3 @@
1
- <div class="ml-1 sm:ml-6 px-4 sm:px-6 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}clear-both my-12 sm:my-14 {{else}}mb-12 sm:mb-14 sm:mt-7 mt-12 mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
1
+ <div class="ml-1 sm:ml-6 px-4 sm:px-6 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}clear-both mt-12 mb-8 sm:mt-14 sm:mb-14 {{else}}mb-8 sm:mb-5 sm:mt-6 mt-12 mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
2
2
  {{~> @partial-block ~}}
3
3
  </div>
@@ -4,7 +4,7 @@
4
4
  <div class="border-y border-gray-boulder overflow-auto contentbox-box mt-13 mb-5 sm480:pb-7.5 pb-5 sm:px-0 px-5.5 {{#unless this.showFullSize.isTrue}} mt-7.5 mb-6 mr-0 sm:mr-6 md:w-6/12 float-left{{/unless}}">
5
5
  {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
6
6
  {{#if this.title}}
7
- <h3 class="mt-6 -mb-1 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
7
+ <h3 class="mt-6 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
8
8
  {{/if}}
9
9
  {{> modules/story/copytext-contentbox ~}}
10
10
  {{~> components/base/a11y/hiddenText _locaTag="story_infobox_outro_sr" ~}}
@@ -2,7 +2,7 @@
2
2
 
3
3
  {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
4
4
 
5
- <h3 class="text-lg -mt-[4px] sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
5
+ <h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
6
6
 
7
7
  {{~#with this.copytextParagraph.[0].paragraphBoxItem }}
8
8
  {{~#if this.isImage}}
@@ -1,4 +1,4 @@
1
- <h2 class="clear-both text-2xl sm480:text-3xl font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
1
+ <h2 class="clear-both mt-12 text-2xl sm480:text-3xl font-headingSerif sm480:mt-14 dark:text-text-dark">{{{this.text}}}</h2>
2
2
  {{#with this.paragraphProperties.[0]}}
3
3
  {{#with this.faqAnswer}}
4
4
  {{#each this.split}}
@@ -11,7 +11,7 @@
11
11
 
12
12
  {{#with this.toModel.mediaBacklinkToStoryTeaser}}
13
13
  {{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
14
- <h3 class="mt-2.5 text-lg -mt-[4px] sm480:text-xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
14
+ <h3 class="mt-2.5 text-lg sm480:text-xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
15
15
  {{~#if this.isForeignBrand}}
16
16
  <span>[{{this.readMore}}]</span>
17
17
  {{/if}}
@@ -1 +1 @@
1
- <h2 class="clear-both text-2xl sm480:text-3xl sm480:leading-9 font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
1
+ <h2 class="clear-both mt-12 text-2xl sm480:text-3xl sm480:leading-9 font-headingSerif sm480:mt-14 dark:text-text-dark">{{{this.text}}}</h2>
@@ -1,7 +1,7 @@
1
1
  {{#if this.showPortrait.isTrue }}
2
2
  {{#if this.showFullSize.isTrue }}
3
3
  {{> components/content/copytext/components/image/figure
4
- _cssClass="my-6 sm480:my-7 clear-both article-full-width sm:article-narrow"
4
+ _cssClass="mt-12 mb-8 sm480:mt-14 sm480:mb-14 clear-both article-full-width sm:article-narrow"
5
5
  _cssClassCaption="mx-5 sm:mx-0"
6
6
  _type="story"
7
7
  _variant="100-copytext-portrait"
@@ -9,7 +9,7 @@
9
9
  _isWebview=_isWebview}}
10
10
  {{else}}
11
11
  {{> components/content/copytext/components/image/figure
12
- _cssClass="my-6 sm480:my-7 sm480:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
12
+ _cssClass="mt-12 mb-8 sm480:mt-6 sm480:mb-5 sm480:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
13
13
  _cssClassCaption="mx-5 sm:mx-0"
14
14
  _type="story"
15
15
  _variant="copytext-portrait"
@@ -19,7 +19,7 @@
19
19
  {{else}}
20
20
  {{#if this.showFullSize.isTrue}}
21
21
  {{> components/content/copytext/components/image/figure
22
- _cssClass="my-6 sm480:my-7 clear-both article-full-width sm:article-narrow"
22
+ _cssClass="mt-12 mb-8 sm480:mt-14 sm480:mb-14 clear-both article-full-width sm:article-narrow"
23
23
  _cssClassCaption="mx-5 sm:mx-0"
24
24
  _type="story"
25
25
  _variant="100-copytext"
@@ -27,7 +27,7 @@
27
27
  _isWebview=_isWebview}}
28
28
  {{else}}
29
29
  {{> components/content/copytext/components/image/figure
30
- _cssClass="my-6 sm480:my-7 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
30
+ _cssClass="mt-12 mb-8 sm480:mt-6 sm480:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
31
31
  _cssClassCaption="mx-5 sm:mx-0"
32
32
  _type="story"
33
33
  _variant="copytext"
@@ -3,7 +3,7 @@
3
3
  <span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
4
4
 
5
5
  {{~#if this.paragraphProperties.[0].title}}
6
- <h3 class="-mt-1 text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.paragraphProperties.[0].title}}</h3>
6
+ <h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.paragraphProperties.[0].title}}</h3>
7
7
  {{/if}}
8
8
 
9
9
  {{~#with this.paragraphBoxItem }}
@@ -61,10 +61,10 @@
61
61
  <p class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
62
62
  {{/if}}
63
63
  {{#if this.isUl}}
64
- <ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
64
+ <ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-9 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
65
65
  {{/if}}
66
66
  {{#if this.isOl}}
67
- <ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
67
+ <ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-9 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
68
68
  {{/if}}
69
69
  {{/each}}
70
70
  {{~#block "subParagraphs"}}{{/block~}}
@@ -1,9 +1,9 @@
1
1
  {{#if this.isText}}
2
- <p class="mt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</p>
2
+ <p class="mt-4 sm480:mt-5 text-lg leading-normal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</p>
3
3
  {{/if}}
4
4
  {{#if this.isUl}}
5
- <ul class="pl-5 mt-6 overflow-hidden text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ul>
5
+ <ul class="pl-9 mt-4 sm480:mt-5 overflow-hidden text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ul>
6
6
  {{/if}}
7
7
  {{#if this.isOl}}
8
- <ol class="pl-5 mt-6 overflow-hidden text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ol>
8
+ <ol class="pl-9 mt-4 sm480:mt-5 overflow-hidden text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ol>
9
9
  {{/if}}
@@ -1,3 +1,3 @@
1
- <div class="mt-7 {{#if this.showFullSize.isTrue }}clear-both {{else}}sm:w-1/2 clear-both sm:float-left sm:mr-5{{/if}}">
1
+ <div class="{{#if this.showFullSize.isTrue }}clear-both mt-12 mb-8 sm:mt-14 sm:mb-14{{else}}sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
2
2
  {{> components/teaser/podcast/podcast _isCopytext=true }}
3
3
  </div>
@@ -1,3 +1,3 @@
1
- <div class="w-5/6 sm480:w-2/3 mx-auto {{#if this.showFullSize.isTrue }}clear-both pb-0 sm:pb-6 mt-7 sm:mt-12 {{else}}sm:w-1/2 clear-both sm:float-left my-7 sm:mr-5{{/if}}">
1
+ <div class="w-5/6 sm480:w-2/3 mx-auto {{#if this.showFullSize.isTrue }}clear-both pb-8 sm:pb-9 mt-12 sm:mt-14 {{else}}sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5{{/if}}">
2
2
  {{> components/teaser/teaser_poster _isCopytext=true }}
3
3
  </div>
@@ -1,4 +1,4 @@
1
- <div class="contents sm:block copytextWrapper">
1
+ <div class="mt-2 contents sm:block copytextWrapper">
2
2
  {{~#with this.leadAudio }}
3
3
  {{> components/content/copytext/components/media/media_figure _addClass="print:hidden article-full-width mt-12 mb-6 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
4
4
  {{~/with}}
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.80.2",
9
+ "version": "1.80.4",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,7 +1,7 @@
1
1
  {{#if this.title}}
2
- <h2 class="clear-both mb-5 text-lg font-normal accordion mt-11 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
2
+ <h2 class="clear-both mt-12 mb-5 text-lg font-normal accordion sm480:mt-14 sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h2>
3
3
  {{/if}}
4
- <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} clear-both mt-11{{/unless}}">
4
+ <div x-cloak x-data="{selected:0}" class="pb-11{{#unless this.title}} clear-both mt-12 sm480:mt-14{{/unless}}">
5
5
  {{#each this.copytextParagraph }}
6
6
  {{#if this.isHeadline}}
7
7
  {{#unless @first}}</div></div>{{/unless}}
@@ -1,4 +1,4 @@
1
- <div class="mt-3 text-xs sm480:text-sm sm480:mt-5 text-gray-scorpion dark:text-text-dark font-headingSerif">
1
+ <div class="mt-2 text-xs sm480:mt-4 sm480:text-sm sm480:mt-5 text-gray-scorpion dark:text-text-dark font-headingSerif">
2
2
  {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
3
3
  {{#each this.text.split}}
4
4
  {{#if this.isText}}
@@ -1,4 +1,4 @@
1
- <div class="{{#if this.paragraphProperties.[0].showFullSize }}mt-7{{else}}mr-0 sm:mr-5 mb-0 sm:mb-7 mt-7 w-full sm:w-1/2 sm:float-left{{/if}}">
1
+ <div class="{{#if this.paragraphProperties.[0].showFullSize }}mt-6 mb-2 sm480:mt-7 sm480:mb-7{{else}}mr-0 sm:mr-5 mb-2 sm:mb-5 mt-5 w-full sm:w-1/2 sm:float-left{{/if}}">
2
2
  {{> components/base/image/icon _icon="quotation" _addClass="sm:ml-4 mr-2 mt-px float-left text-gray-scorpion w-6 h-6 sm480:w-8 sm480:h-8 fill-current dark:fill-link-dark"}}
3
3
  <span class="sr-only">{{loca "story_cite_intro_sr" }}</span>
4
4
  <blockquote>
@@ -1,3 +1,3 @@
1
- <div class="ml-1 sm:ml-6 px-4 sm:px-6 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}clear-both my-12 sm:my-14 {{else}}mb-12 sm:mb-14 sm:mt-7 mt-12 mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
1
+ <div class="ml-1 sm:ml-6 px-4 sm:px-6 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}clear-both mt-12 mb-8 sm:mt-14 sm:mb-14 {{else}}mb-8 sm:mb-5 sm:mt-6 mt-12 mr-0 sm:mr-5 w-full sm:w-1/2 sm:float-left{{/if}}">
2
2
  {{~> @partial-block ~}}
3
3
  </div>
@@ -4,7 +4,7 @@
4
4
  <div class="border-y border-gray-boulder overflow-auto contentbox-box mt-13 mb-5 sm480:pb-7.5 pb-5 sm:px-0 px-5.5 {{#unless this.showFullSize.isTrue}} mt-7.5 mb-6 mr-0 sm:mr-6 md:w-6/12 float-left{{/unless}}">
5
5
  {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
6
6
  {{#if this.title}}
7
- <h3 class="mt-6 -mb-1 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
7
+ <h3 class="mt-6 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
8
8
  {{/if}}
9
9
  {{> modules/story/copytext-contentbox ~}}
10
10
  {{~> components/base/a11y/hiddenText _locaTag="story_infobox_outro_sr" ~}}
@@ -2,7 +2,7 @@
2
2
 
3
3
  {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
4
4
 
5
- <h3 class="text-lg -mt-[4px] sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
5
+ <h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
6
6
 
7
7
  {{~#with this.copytextParagraph.[0].paragraphBoxItem }}
8
8
  {{~#if this.isImage}}
@@ -1,4 +1,4 @@
1
- <h2 class="clear-both text-2xl sm480:text-3xl font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
1
+ <h2 class="clear-both mt-12 text-2xl sm480:text-3xl font-headingSerif sm480:mt-14 dark:text-text-dark">{{{this.text}}}</h2>
2
2
  {{#with this.paragraphProperties.[0]}}
3
3
  {{#with this.faqAnswer}}
4
4
  {{#each this.split}}
@@ -11,7 +11,7 @@
11
11
 
12
12
  {{#with this.toModel.mediaBacklinkToStoryTeaser}}
13
13
  {{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
14
- <h3 class="mt-2.5 text-lg -mt-[4px] sm480:text-xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
14
+ <h3 class="mt-2.5 text-lg sm480:text-xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
15
15
  {{~#if this.isForeignBrand}}
16
16
  <span>[{{this.readMore}}]</span>
17
17
  {{/if}}
@@ -1 +1 @@
1
- <h2 class="clear-both text-2xl sm480:text-3xl sm480:leading-9 font-headingSerif mt-11 dark:text-text-dark">{{{this.text}}}</h2>
1
+ <h2 class="clear-both mt-12 text-2xl sm480:text-3xl sm480:leading-9 font-headingSerif sm480:mt-14 dark:text-text-dark">{{{this.text}}}</h2>
@@ -1,7 +1,7 @@
1
1
  {{#if this.showPortrait.isTrue }}
2
2
  {{#if this.showFullSize.isTrue }}
3
3
  {{> components/content/copytext/components/image/figure
4
- _cssClass="my-6 sm480:my-7 clear-both article-full-width sm:article-narrow"
4
+ _cssClass="mt-12 mb-8 sm480:mt-14 sm480:mb-14 clear-both article-full-width sm:article-narrow"
5
5
  _cssClassCaption="mx-5 sm:mx-0"
6
6
  _type="story"
7
7
  _variant="100-copytext-portrait"
@@ -9,7 +9,7 @@
9
9
  _isWebview=_isWebview}}
10
10
  {{else}}
11
11
  {{> components/content/copytext/components/image/figure
12
- _cssClass="my-6 sm480:my-7 sm480:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
12
+ _cssClass="mt-12 mb-8 sm480:mt-6 sm480:mb-5 sm480:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
13
13
  _cssClassCaption="mx-5 sm:mx-0"
14
14
  _type="story"
15
15
  _variant="copytext-portrait"
@@ -19,7 +19,7 @@
19
19
  {{else}}
20
20
  {{#if this.showFullSize.isTrue}}
21
21
  {{> components/content/copytext/components/image/figure
22
- _cssClass="my-6 sm480:my-7 clear-both article-full-width sm:article-narrow"
22
+ _cssClass="mt-12 mb-8 sm480:mt-14 sm480:mb-14 clear-both article-full-width sm:article-narrow"
23
23
  _cssClassCaption="mx-5 sm:mx-0"
24
24
  _type="story"
25
25
  _variant="100-copytext"
@@ -27,7 +27,7 @@
27
27
  _isWebview=_isWebview}}
28
28
  {{else}}
29
29
  {{> components/content/copytext/components/image/figure
30
- _cssClass="my-6 sm480:my-7 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
30
+ _cssClass="mt-12 mb-8 sm480:mt-6 sm480:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
31
31
  _cssClassCaption="mx-5 sm:mx-0"
32
32
  _type="story"
33
33
  _variant="copytext"
@@ -3,7 +3,7 @@
3
3
  <span class="sr-only">{{loca "story_infobox_intro_sr" }}</span>
4
4
 
5
5
  {{~#if this.paragraphProperties.[0].title}}
6
- <h3 class="-mt-1 text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.paragraphProperties.[0].title}}</h3>
6
+ <h3 class="text-lg sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.paragraphProperties.[0].title}}</h3>
7
7
  {{/if}}
8
8
 
9
9
  {{~#with this.paragraphBoxItem }}
@@ -61,10 +61,10 @@
61
61
  <p class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
62
62
  {{/if}}
63
63
  {{#if this.isUl}}
64
- <ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
64
+ <ul class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-9 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
65
65
  {{/if}}
66
66
  {{#if this.isOl}}
67
- <ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
67
+ <ol class="copytextParagraphDS {{#if ../this.paragraphProperties.[0].title}}mt-4{{else}}{{#if ../this.paragraphBoxItem}}mt-4{{else}}-mt-0.5{{/if}}{{/if}} overflow-hidden pl-9 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
68
68
  {{/if}}
69
69
  {{/each}}
70
70
  {{~#block "subParagraphs"}}{{/block~}}
@@ -1,9 +1,9 @@
1
1
  {{#if this.isText}}
2
- <p class="mt-6 text-lg leading-normal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</p>
2
+ <p class="mt-4 sm480:mt-5 text-lg leading-normal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</p>
3
3
  {{/if}}
4
4
  {{#if this.isUl}}
5
- <ul class="pl-5 mt-6 overflow-hidden text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ul>
5
+ <ul class="pl-9 mt-4 sm480:mt-5 overflow-hidden text-lg leading-normal list-disc copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ul>
6
6
  {{/if}}
7
7
  {{#if this.isOl}}
8
- <ol class="pl-5 mt-6 overflow-hidden text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ol>
8
+ <ol class="pl-9 mt-4 sm480:mt-5 overflow-hidden text-lg leading-normal list-decimal copytextParagraphDS sm480:text-xl lg:leading-7.5 dark:text-text-dark">{{{this.text}}}</ol>
9
9
  {{/if}}
@@ -1,3 +1,3 @@
1
- <div class="mt-7 {{#if this.showFullSize.isTrue }}clear-both {{else}}sm:w-1/2 clear-both sm:float-left sm:mr-5{{/if}}">
1
+ <div class="{{#if this.showFullSize.isTrue }}clear-both mt-12 mb-8 sm:mt-14 sm:mb-14{{else}}sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
2
2
  {{> components/teaser/podcast/podcast _isCopytext=true }}
3
3
  </div>
@@ -1,3 +1,3 @@
1
- <div class="w-5/6 sm480:w-2/3 mx-auto {{#if this.showFullSize.isTrue }}clear-both pb-0 sm:pb-6 mt-7 sm:mt-12 {{else}}sm:w-1/2 clear-both sm:float-left my-7 sm:mr-5{{/if}}">
1
+ <div class="w-5/6 sm480:w-2/3 mx-auto {{#if this.showFullSize.isTrue }}clear-both pb-8 sm:pb-9 mt-12 sm:mt-14 {{else}}sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5{{/if}}">
2
2
  {{> components/teaser/teaser_poster _isCopytext=true }}
3
3
  </div>
@@ -1,4 +1,4 @@
1
- <div class="contents sm:block copytextWrapper">
1
+ <div class="mt-2 contents sm:block copytextWrapper">
2
2
  {{~#with this.leadAudio }}
3
3
  {{> components/content/copytext/components/media/media_figure _addClass="print:hidden article-full-width mt-12 mb-6 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
4
4
  {{~/with}}