hr-design-system-handlebars 1.80.3 → 1.80.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.
Files changed (45) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/index.css +29 -30
  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/faq.hbs +1 -1
  8. package/dist/views/components/content/copytext/components/headline.hbs +1 -1
  9. package/dist/views/components/content/copytext/components/image/collapsible_caption.hbs +1 -1
  10. package/dist/views/components/content/copytext/components/image/image.hbs +4 -4
  11. package/dist/views/components/content/copytext/components/image/image_caption_text.hbs +1 -1
  12. package/dist/views/components/content/copytext/components/infobox.hbs +2 -2
  13. package/dist/views/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
  14. package/dist/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  15. package/dist/views/components/content/copytext/components/posterteaser.hbs +1 -1
  16. package/dist/views/components/content/copytext/copytext.hbs +1 -1
  17. package/dist/views_static/components/content/copytext/components/accordion/accordion.hbs +2 -2
  18. package/dist/views_static/components/content/copytext/components/additionalinfo.hbs +1 -1
  19. package/dist/views_static/components/content/copytext/components/cite.hbs +1 -1
  20. package/dist/views_static/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  21. package/dist/views_static/components/content/copytext/components/faq.hbs +1 -1
  22. package/dist/views_static/components/content/copytext/components/headline.hbs +1 -1
  23. package/dist/views_static/components/content/copytext/components/image/collapsible_caption.hbs +1 -1
  24. package/dist/views_static/components/content/copytext/components/image/image.hbs +4 -4
  25. package/dist/views_static/components/content/copytext/components/image/image_caption_text.hbs +1 -1
  26. package/dist/views_static/components/content/copytext/components/infobox.hbs +2 -2
  27. package/dist/views_static/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
  28. package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +1 -1
  29. package/dist/views_static/components/content/copytext/components/posterteaser.hbs +1 -1
  30. package/dist/views_static/components/content/copytext/copytext.hbs +1 -1
  31. package/package.json +1 -1
  32. package/src/stories/views/components/content/copytext/components/accordion/accordion.hbs +2 -2
  33. package/src/stories/views/components/content/copytext/components/additionalinfo.hbs +1 -1
  34. package/src/stories/views/components/content/copytext/components/cite.hbs +1 -1
  35. package/src/stories/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  36. package/src/stories/views/components/content/copytext/components/faq.hbs +1 -1
  37. package/src/stories/views/components/content/copytext/components/headline.hbs +1 -1
  38. package/src/stories/views/components/content/copytext/components/image/collapsible_caption.hbs +1 -1
  39. package/src/stories/views/components/content/copytext/components/image/image.hbs +4 -4
  40. package/src/stories/views/components/content/copytext/components/image/image_caption_text.hbs +1 -1
  41. package/src/stories/views/components/content/copytext/components/infobox.hbs +2 -2
  42. package/src/stories/views/components/content/copytext/components/paragraph/paragraph_body.hbs +3 -3
  43. package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  44. package/src/stories/views/components/content/copytext/components/posterteaser.hbs +1 -1
  45. package/src/stories/views/components/content/copytext/copytext.hbs +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v1.80.5 (Wed Jul 10 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Bugfix/dpe 3234 [#998](https://github.com/mumprod/hr-design-system-handlebars/pull/998) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
13
+ # v1.80.4 (Wed Jul 10 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - revise spaces in copytext [#997](https://github.com/mumprod/hr-design-system-handlebars/pull/997) ([@hanswurstsalat](https://github.com/hanswurstsalat))
18
+
19
+ #### Authors: 1
20
+
21
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
22
+
23
+ ---
24
+
1
25
  # v1.80.3 (Wed Jul 10 2024)
2
26
 
3
27
  #### 🐛 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
  }
@@ -1354,9 +1346,6 @@ article.indexTextDS .indexTextHighlighted .link {
1354
1346
  .mb-10 {
1355
1347
  margin-bottom: 2.5rem;
1356
1348
  }
1357
- .mb-12 {
1358
- margin-bottom: 3rem;
1359
- }
1360
1349
  .mb-2 {
1361
1350
  margin-bottom: 0.5rem;
1362
1351
  }
@@ -1447,9 +1436,6 @@ article.indexTextDS .indexTextHighlighted .link {
1447
1436
  .mt-10 {
1448
1437
  margin-top: 2.5rem;
1449
1438
  }
1450
- .mt-11 {
1451
- margin-top: 2.75rem;
1452
- }
1453
1439
  .mt-12 {
1454
1440
  margin-top: 3rem;
1455
1441
  }
@@ -2799,6 +2785,9 @@ article.indexTextDS .indexTextHighlighted .link {
2799
2785
  .pb-6 {
2800
2786
  padding-bottom: 1.5rem;
2801
2787
  }
2788
+ .pb-8 {
2789
+ padding-bottom: 2rem;
2790
+ }
2802
2791
  .pb-9 {
2803
2792
  padding-bottom: 2.25rem;
2804
2793
  }
@@ -2827,6 +2816,9 @@ article.indexTextDS .indexTextHighlighted .link {
2827
2816
  .pl-8 {
2828
2817
  padding-left: 2rem;
2829
2818
  }
2819
+ .pl-9 {
2820
+ padding-left: 2.25rem;
2821
+ }
2830
2822
  .pr-10 {
2831
2823
  padding-right: 2.5rem;
2832
2824
  }
@@ -3396,7 +3388,7 @@ article.indexTextDS .indexTextHighlighted .link {
3396
3388
  border-bottom-color: var(--color-secondary-ds);
3397
3389
  }
3398
3390
  .counter-reset {
3399
- counter-reset: cnt1720610563734;
3391
+ counter-reset: cnt1720617647580;
3400
3392
  }
3401
3393
  .hyphens-auto {
3402
3394
  -webkit-hyphens: auto;
@@ -3794,7 +3786,7 @@ article.indexTextDS .indexTextHighlighted .link {
3794
3786
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3795
3787
  }
3796
3788
  .-ordered {
3797
- counter-increment: cnt1720610563734 1;
3789
+ counter-increment: cnt1720617647580 1;
3798
3790
  }
3799
3791
  .-ordered::before {
3800
3792
  position: absolute;
@@ -3810,7 +3802,7 @@ article.indexTextDS .indexTextHighlighted .link {
3810
3802
  letter-spacing: .0125em;
3811
3803
  --tw-text-opacity: 1;
3812
3804
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3813
- content: counter(cnt1720610563734);
3805
+ content: counter(cnt1720617647580);
3814
3806
  }
3815
3807
  /*! ****************************/
3816
3808
  /*! DataPolicy stuff */
@@ -5932,9 +5924,12 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
5932
5924
  margin-bottom: 1.25rem;
5933
5925
  }
5934
5926
 
5935
- .sm480\:my-7 {
5936
- margin-top: 1.75rem;
5937
- margin-bottom: 1.75rem;
5927
+ .sm480\:mb-14 {
5928
+ margin-bottom: 3.5rem;
5929
+ }
5930
+
5931
+ .sm480\:mb-5 {
5932
+ margin-bottom: 1.25rem;
5938
5933
  }
5939
5934
 
5940
5935
  .sm480\:mb-7 {
@@ -5949,6 +5944,10 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
5949
5944
  margin-right: 1.25rem;
5950
5945
  }
5951
5946
 
5947
+ .sm480\:mt-14 {
5948
+ margin-top: 3.5rem;
5949
+ }
5950
+
5952
5951
  .sm480\:mt-4 {
5953
5952
  margin-top: 1rem;
5954
5953
  }
@@ -5961,6 +5960,10 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
5961
5960
  margin-top: 1.375rem;
5962
5961
  }
5963
5962
 
5963
+ .sm480\:mt-6 {
5964
+ margin-top: 1.5rem;
5965
+ }
5966
+
5964
5967
  .sm480\:mt-7 {
5965
5968
  margin-top: 1.75rem;
5966
5969
  }
@@ -6185,8 +6188,8 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
6185
6188
  margin-bottom: 3.5rem;
6186
6189
  }
6187
6190
 
6188
- .sm\:mb-7 {
6189
- margin-bottom: 1.75rem;
6191
+ .sm\:mb-5 {
6192
+ margin-bottom: 1.25rem;
6190
6193
  }
6191
6194
 
6192
6195
  .sm\:mb-8 {
@@ -6221,16 +6224,12 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
6221
6224
  margin-top: 0.375rem;
6222
6225
  }
6223
6226
 
6224
- .sm\:mt-12 {
6225
- margin-top: 3rem;
6226
- }
6227
-
6228
6227
  .sm\:mt-14 {
6229
6228
  margin-top: 3.5rem;
6230
6229
  }
6231
6230
 
6232
- .sm\:mt-7 {
6233
- margin-top: 1.75rem;
6231
+ .sm\:mt-6 {
6232
+ margin-top: 1.5rem;
6234
6233
  }
6235
6234
 
6236
6235
  .sm\:block {
@@ -6350,8 +6349,8 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
6350
6349
  padding-bottom: 0.5rem;
6351
6350
  }
6352
6351
 
6353
- .sm\:pb-6 {
6354
- padding-bottom: 1.5rem;
6352
+ .sm\:pb-9 {
6353
+ padding-bottom: 2.25rem;
6355
6354
  }
6356
6355
 
6357
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>
@@ -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}}
@@ -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>
@@ -11,7 +11,7 @@
11
11
  }
12
12
  }"
13
13
  @resize.window="open = false; $refs.caption.scrollHeight === $refs.caption.clientHeight ? truncated = false : truncated = true">
14
- <div class="dark:text-text-dark overflow-anywhere hyphens-auto" x-ref="caption"
14
+ <div class="flex dark:text-text-dark overflow-anywhere hyphens-auto gap-x-3" x-ref="caption"
15
15
  {{#if this.showFullSize.isTrue}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
16
16
  {{> @partial-block }}
17
17
  </div>
@@ -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"
@@ -1,3 +1,3 @@
1
- <span class="pr-3">
1
+ <span>
2
2
  {{this.caption}}
3
3
  </span>
@@ -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>
@@ -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}}
@@ -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>
@@ -11,7 +11,7 @@
11
11
  }
12
12
  }"
13
13
  @resize.window="open = false; $refs.caption.scrollHeight === $refs.caption.clientHeight ? truncated = false : truncated = true">
14
- <div class="dark:text-text-dark overflow-anywhere hyphens-auto" x-ref="caption"
14
+ <div class="flex dark:text-text-dark overflow-anywhere hyphens-auto gap-x-3" x-ref="caption"
15
15
  {{#if this.showFullSize.isTrue}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
16
16
  {{> @partial-block }}
17
17
  </div>
@@ -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"
@@ -1,3 +1,3 @@
1
- <span class="pr-3">
1
+ <span>
2
2
  {{this.caption}}
3
3
  </span>
@@ -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.3",
9
+ "version": "1.80.5",
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>
@@ -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}}
@@ -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>
@@ -11,7 +11,7 @@
11
11
  }
12
12
  }"
13
13
  @resize.window="open = false; $refs.caption.scrollHeight === $refs.caption.clientHeight ? truncated = false : truncated = true">
14
- <div class="dark:text-text-dark overflow-anywhere hyphens-auto" x-ref="caption"
14
+ <div class="flex dark:text-text-dark overflow-anywhere hyphens-auto gap-x-3" x-ref="caption"
15
15
  {{#if this.showFullSize.isTrue}} :class="!open ? 'line-clamp-2 md:line-clamp-none' : 'line-clamp-none'" {{else}} :class="!open ? 'line-clamp-2' : 'line-clamp-none'" {{/if}}>
16
16
  {{> @partial-block }}
17
17
  </div>
@@ -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"
@@ -1,3 +1,3 @@
1
- <span class="pr-3">
1
+ <span>
2
2
  {{this.caption}}
3
3
  </span>
@@ -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}}