hr-design-system-handlebars 1.88.1 → 1.88.3

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 (32) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/index.css +7 -3
  3. package/dist/assets/js/components/event/filtererDs.feature.js +0 -1
  4. package/dist/views/components/content/copytext/components/accordion/accordion.hbs +14 -1
  5. package/dist/views/components/content/copytext/components/gallery.hbs +1 -1
  6. package/dist/views/components/content/copytext/components/newsletter.hbs +1 -1
  7. package/dist/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  8. package/dist/views/components/content/copytext/components/posterteaser.hbs +1 -1
  9. package/dist/views/components/content/copytext/components/voting.hbs +2 -2
  10. package/dist/views/components/content/copytext/components/webform.hbs +1 -1
  11. package/dist/views/components/social_sharing/social_sharing_copytext.hbs +1 -1
  12. package/dist/views/components/social_sharing/social_sharing_horizontal.hbs +1 -1
  13. package/dist/views_static/components/content/copytext/components/accordion/accordion.hbs +14 -1
  14. package/dist/views_static/components/content/copytext/components/gallery.hbs +1 -1
  15. package/dist/views_static/components/content/copytext/components/newsletter.hbs +1 -1
  16. package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +1 -1
  17. package/dist/views_static/components/content/copytext/components/posterteaser.hbs +1 -1
  18. package/dist/views_static/components/content/copytext/components/voting.hbs +2 -2
  19. package/dist/views_static/components/content/copytext/components/webform.hbs +1 -1
  20. package/dist/views_static/components/social_sharing/social_sharing_copytext.hbs +1 -1
  21. package/dist/views_static/components/social_sharing/social_sharing_horizontal.hbs +1 -1
  22. package/package.json +1 -1
  23. package/src/stories/views/components/content/copytext/components/accordion/accordion.hbs +14 -1
  24. package/src/stories/views/components/content/copytext/components/gallery.hbs +1 -1
  25. package/src/stories/views/components/content/copytext/components/newsletter.hbs +1 -1
  26. package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  27. package/src/stories/views/components/content/copytext/components/posterteaser.hbs +1 -1
  28. package/src/stories/views/components/content/copytext/components/voting.hbs +2 -2
  29. package/src/stories/views/components/content/copytext/components/webform.hbs +1 -1
  30. package/src/stories/views/components/event/filtererDs.feature.js +0 -1
  31. package/src/stories/views/components/social_sharing/social_sharing_copytext.hbs +1 -1
  32. package/src/stories/views/components/social_sharing/social_sharing_horizontal.hbs +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v1.88.3 (Sat Aug 03 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - optimize print-view for article [#1039](https://github.com/mumprod/hr-design-system-handlebars/pull/1039) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
13
+ # v1.88.2 (Fri Aug 02 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - :ok_hand: Remove bug causing import from filter feature [#1038](https://github.com/mumprod/hr-design-system-handlebars/pull/1038) ([@Sunny1112358](https://github.com/Sunny1112358))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@Sunny1112358](https://github.com/Sunny1112358)
22
+
23
+ ---
24
+
1
25
  # v1.88.1 (Fri Aug 02 2024)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -3327,7 +3327,7 @@ article.indexTextDS .indexTextHighlighted .link {
3327
3327
  border-bottom-color: var(--color-secondary-ds);
3328
3328
  }
3329
3329
  .counter-reset {
3330
- counter-reset: cnt1722602731623;
3330
+ counter-reset: cnt1722677900217;
3331
3331
  }
3332
3332
  .hyphens-auto {
3333
3333
  -webkit-hyphens: auto;
@@ -3735,7 +3735,7 @@ article.indexTextDS .indexTextHighlighted .link {
3735
3735
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3736
3736
  }
3737
3737
  .-ordered {
3738
- counter-increment: cnt1722602731623 1;
3738
+ counter-increment: cnt1722677900217 1;
3739
3739
  }
3740
3740
  .-ordered::before {
3741
3741
  position: absolute;
@@ -3751,7 +3751,7 @@ article.indexTextDS .indexTextHighlighted .link {
3751
3751
  letter-spacing: .0125em;
3752
3752
  --tw-text-opacity: 1;
3753
3753
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3754
- content: counter(cnt1722602731623);
3754
+ content: counter(cnt1722677900217);
3755
3755
  }
3756
3756
  /*! ****************************/
3757
3757
  /*! DataPolicy stuff */
@@ -5807,6 +5807,10 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
5807
5807
  position: static;
5808
5808
  }
5809
5809
 
5810
+ .print\:block {
5811
+ display: block;
5812
+ }
5813
+
5810
5814
  .print\:flex {
5811
5815
  display: flex;
5812
5816
  }
@@ -1,4 +1,3 @@
1
- import { color } from '@storybook/theming'
2
1
  import { pi, uxAction } from 'base/tracking/pianoHelper.subfeature'
3
2
  import { hr$, isString, listen, reinitializeFeature, simulateClickOn } from 'hrQuery'
4
3
  import $ from 'zepto-modules'
@@ -1,7 +1,7 @@
1
1
  {{#if this.title}}
2
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-3{{#unless this.title}} clear-both mt-12 sm480:mt-14{{/unless}}">
4
+ <div x-cloak x-data="{selected:0}" class="print:hidden pb-3{{#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}}
@@ -39,4 +39,17 @@
39
39
  {{#if @last}}</div></div><div class="w-full border-b border-gray-alto"></div>{{/if}}
40
40
  {{/if}}
41
41
  {{/each}}
42
+ </div>
43
+ <div class="hidden print:block border-y border-gray-alto">
44
+ {{#each this.copytextParagraph }}
45
+ {{#if this.isHeadline}}
46
+ <h3 class="self-center my-5 text-lg font-normal font-headingSerif">{{{this.text}}}</h3>
47
+ {{else}}
48
+ {{#if (isStorybook)}}
49
+ {{> components/content/copytext/components/accordion/accordion_item }}
50
+ {{else}}
51
+ {{~> components/content/copytext/copytext_body _isWebview=_isWebview ~}}
52
+ {{/if}}
53
+ {{/if}}
54
+ {{/each}}
42
55
  </div>
@@ -2,6 +2,6 @@
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Gallery-component</div>
3
3
  {{~else~}}
4
4
  {{#with this.toModel.galleryPage}}
5
- {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_gallery_intro_sr" _a11yOutro-loca="story_gallery_outro_sr" }}
5
+ {{> modules/media/media_figure _addClass="print:hidden copytext__clearBox dontPrint" _a11yIntro-loca="story_gallery_intro_sr" _a11yOutro-loca="story_gallery_outro_sr" }}
6
6
  {{/with}}
7
7
  {{~/if~}}
@@ -1,5 +1,5 @@
1
1
  {{~#if (isStorybook)~}}
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Newsletter-component</div>
3
3
  {{~else~}}
4
- {{> modules/newsletter/newsletter _addClass="copytext__clearBox marginTrailer--m"}}
4
+ {{> modules/newsletter/newsletter _addClass="print:hidden copytext__clearBox marginTrailer--m"}}
5
5
  {{~/if~}}
@@ -1,3 +1,3 @@
1
- <div class="{{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
1
+ <div class="print:hidden {{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hr-copytext-teaser-half 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 _headlineTag="h3" _isCopytext=true }}
3
3
  </div>
@@ -1,3 +1,3 @@
1
- <div class="article-narrow w-auto [&+h2]:mt-4 xs:article-full-width xs:mx-13 {{#if this.showFullSize.isTrue }}hr-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
1
+ <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width xs:mx-13 {{#if this.showFullSize.isTrue }}hr-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
2
2
  {{> components/teaser/teaser_poster _isCopytext=true }}
3
3
  </div>
@@ -2,8 +2,8 @@
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Voting-component</div>
3
3
  {{~else~}}
4
4
  {{#if this.isMultiVote}}
5
- {{> modules/teaser/voting-teaser/multiVotingTeaser _addClass="copytext__clearBox"}}
5
+ {{> modules/teaser/voting-teaser/multiVotingTeaser _addClass="print:hidden copytext__clearBox"}}
6
6
  {{else}}
7
- {{> modules/teaser/voting-teaser/singleVotingTeaser _addClass="copytext__clearBox"}}
7
+ {{> modules/teaser/voting-teaser/singleVotingTeaser _addClass="print:hidden copytext__clearBox"}}
8
8
  {{/if}}
9
9
  {{~/if~}}
@@ -1,5 +1,5 @@
1
1
  {{~#if (isStorybook)~}}
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Webform-component</div>
3
3
  {{~else~}}
4
- {{> content/webform/components/webform _addClass="copytext__clearBox marginTrailer--m"}}
4
+ {{> content/webform/components/webform _addClass="print:hidden copytext__clearBox marginTrailer--m"}}
5
5
  {{~/if~}}
@@ -2,7 +2,7 @@
2
2
  <div
3
3
  x-show="$screen('lg') && $store.sharingIsVisible == false && document.querySelector('.copytextWrapper').offsetHeight > 220"
4
4
  x-init=""
5
- class="{{#unless ../_useSticky}}top-0 {{/unless}}sticky w-10 col-start-2 pt-6 z-100 h-fit"
5
+ class="print:hidden {{#unless ../_useSticky}}top-0 {{/unless}}sticky w-10 col-start-2 pt-6 z-100 h-fit"
6
6
  x-data="socialSharingHandler('vertical-desktop')"
7
7
  x-intersect="sharingModuleShown()"
8
8
  ax-load
@@ -2,7 +2,7 @@
2
2
  <div
3
3
  x-data="socialSharingHandler('metadatabox')"
4
4
  x-init="$watch('$store.sharingIsVisible', () => {$store.sharingIsOpen.metadatabox = false; $store.sharingIsOpen.mobilesticky = false})"
5
- class="flex self-center justify-end ml-3 grow"
5
+ class="flex self-center justify-end ml-3 print:hidden grow"
6
6
  x-intersect:leave="$store.sharingIsVisible=false"
7
7
  x-intersect:enter="$store.sharingIsVisible=true"
8
8
  x-on:resize.window="$store.sharingIsOpen.metadatabox = false"
@@ -1,7 +1,7 @@
1
1
  {{#if this.title}}
2
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-3{{#unless this.title}} clear-both mt-12 sm480:mt-14{{/unless}}">
4
+ <div x-cloak x-data="{selected:0}" class="print:hidden pb-3{{#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}}
@@ -39,4 +39,17 @@
39
39
  {{#if @last}}</div></div><div class="w-full border-b border-gray-alto"></div>{{/if}}
40
40
  {{/if}}
41
41
  {{/each}}
42
+ </div>
43
+ <div class="hidden print:block border-y border-gray-alto">
44
+ {{#each this.copytextParagraph }}
45
+ {{#if this.isHeadline}}
46
+ <h3 class="self-center my-5 text-lg font-normal font-headingSerif">{{{this.text}}}</h3>
47
+ {{else}}
48
+ {{#if (isStorybook)}}
49
+ {{> components/content/copytext/components/accordion/accordion_item }}
50
+ {{else}}
51
+ {{~> components/content/copytext/copytext_body _isWebview=_isWebview ~}}
52
+ {{/if}}
53
+ {{/if}}
54
+ {{/each}}
42
55
  </div>
@@ -2,6 +2,6 @@
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Gallery-component</div>
3
3
  {{~else~}}
4
4
  {{#with this.toModel.galleryPage}}
5
- {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_gallery_intro_sr" _a11yOutro-loca="story_gallery_outro_sr" }}
5
+ {{> modules/media/media_figure _addClass="print:hidden copytext__clearBox dontPrint" _a11yIntro-loca="story_gallery_intro_sr" _a11yOutro-loca="story_gallery_outro_sr" }}
6
6
  {{/with}}
7
7
  {{~/if~}}
@@ -1,5 +1,5 @@
1
1
  {{~#if (isStorybook)~}}
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Newsletter-component</div>
3
3
  {{~else~}}
4
- {{> modules/newsletter/newsletter _addClass="copytext__clearBox marginTrailer--m"}}
4
+ {{> modules/newsletter/newsletter _addClass="print:hidden copytext__clearBox marginTrailer--m"}}
5
5
  {{~/if~}}
@@ -1,3 +1,3 @@
1
- <div class="{{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
1
+ <div class="print:hidden {{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hr-copytext-teaser-half 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 _headlineTag="h3" _isCopytext=true }}
3
3
  </div>
@@ -1,3 +1,3 @@
1
- <div class="article-narrow w-auto [&+h2]:mt-4 xs:article-full-width xs:mx-13 {{#if this.showFullSize.isTrue }}hr-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
1
+ <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width xs:mx-13 {{#if this.showFullSize.isTrue }}hr-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
2
2
  {{> components/teaser/teaser_poster _isCopytext=true }}
3
3
  </div>
@@ -2,8 +2,8 @@
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Voting-component</div>
3
3
  {{~else~}}
4
4
  {{#if this.isMultiVote}}
5
- {{> modules/teaser/voting-teaser/multiVotingTeaser _addClass="copytext__clearBox"}}
5
+ {{> modules/teaser/voting-teaser/multiVotingTeaser _addClass="print:hidden copytext__clearBox"}}
6
6
  {{else}}
7
- {{> modules/teaser/voting-teaser/singleVotingTeaser _addClass="copytext__clearBox"}}
7
+ {{> modules/teaser/voting-teaser/singleVotingTeaser _addClass="print:hidden copytext__clearBox"}}
8
8
  {{/if}}
9
9
  {{~/if~}}
@@ -1,5 +1,5 @@
1
1
  {{~#if (isStorybook)~}}
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Webform-component</div>
3
3
  {{~else~}}
4
- {{> content/webform/components/webform _addClass="copytext__clearBox marginTrailer--m"}}
4
+ {{> content/webform/components/webform _addClass="print:hidden copytext__clearBox marginTrailer--m"}}
5
5
  {{~/if~}}
@@ -2,7 +2,7 @@
2
2
  <div
3
3
  x-show="$screen('lg') && $store.sharingIsVisible == false && document.querySelector('.copytextWrapper').offsetHeight > 220"
4
4
  x-init=""
5
- class="{{#unless ../_useSticky}}top-0 {{/unless}}sticky w-10 col-start-2 pt-6 z-100 h-fit"
5
+ class="print:hidden {{#unless ../_useSticky}}top-0 {{/unless}}sticky w-10 col-start-2 pt-6 z-100 h-fit"
6
6
  x-data="socialSharingHandler('vertical-desktop')"
7
7
  x-intersect="sharingModuleShown()"
8
8
  ax-load
@@ -2,7 +2,7 @@
2
2
  <div
3
3
  x-data="socialSharingHandler('metadatabox')"
4
4
  x-init="$watch('$store.sharingIsVisible', () => {$store.sharingIsOpen.metadatabox = false; $store.sharingIsOpen.mobilesticky = false})"
5
- class="flex self-center justify-end ml-3 grow"
5
+ class="flex self-center justify-end ml-3 print:hidden grow"
6
6
  x-intersect:leave="$store.sharingIsVisible=false"
7
7
  x-intersect:enter="$store.sharingIsVisible=true"
8
8
  x-on:resize.window="$store.sharingIsOpen.metadatabox = false"
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.88.1",
9
+ "version": "1.88.3",
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
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-3{{#unless this.title}} clear-both mt-12 sm480:mt-14{{/unless}}">
4
+ <div x-cloak x-data="{selected:0}" class="print:hidden pb-3{{#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}}
@@ -39,4 +39,17 @@
39
39
  {{#if @last}}</div></div><div class="w-full border-b border-gray-alto"></div>{{/if}}
40
40
  {{/if}}
41
41
  {{/each}}
42
+ </div>
43
+ <div class="hidden print:block border-y border-gray-alto">
44
+ {{#each this.copytextParagraph }}
45
+ {{#if this.isHeadline}}
46
+ <h3 class="self-center my-5 text-lg font-normal font-headingSerif">{{{this.text}}}</h3>
47
+ {{else}}
48
+ {{#if (isStorybook)}}
49
+ {{> components/content/copytext/components/accordion/accordion_item }}
50
+ {{else}}
51
+ {{~> components/content/copytext/copytext_body _isWebview=_isWebview ~}}
52
+ {{/if}}
53
+ {{/if}}
54
+ {{/each}}
42
55
  </div>
@@ -2,6 +2,6 @@
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Gallery-component</div>
3
3
  {{~else~}}
4
4
  {{#with this.toModel.galleryPage}}
5
- {{> modules/media/media_figure _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_gallery_intro_sr" _a11yOutro-loca="story_gallery_outro_sr" }}
5
+ {{> modules/media/media_figure _addClass="print:hidden copytext__clearBox dontPrint" _a11yIntro-loca="story_gallery_intro_sr" _a11yOutro-loca="story_gallery_outro_sr" }}
6
6
  {{/with}}
7
7
  {{~/if~}}
@@ -1,5 +1,5 @@
1
1
  {{~#if (isStorybook)~}}
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Newsletter-component</div>
3
3
  {{~else~}}
4
- {{> modules/newsletter/newsletter _addClass="copytext__clearBox marginTrailer--m"}}
4
+ {{> modules/newsletter/newsletter _addClass="print:hidden copytext__clearBox marginTrailer--m"}}
5
5
  {{~/if~}}
@@ -1,3 +1,3 @@
1
- <div class="{{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
1
+ <div class="print:hidden {{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hr-copytext-teaser-half 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 _headlineTag="h3" _isCopytext=true }}
3
3
  </div>
@@ -1,3 +1,3 @@
1
- <div class="article-narrow w-auto [&+h2]:mt-4 xs:article-full-width xs:mx-13 {{#if this.showFullSize.isTrue }}hr-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
1
+ <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width xs:mx-13 {{#if this.showFullSize.isTrue }}hr-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
2
2
  {{> components/teaser/teaser_poster _isCopytext=true }}
3
3
  </div>
@@ -2,8 +2,8 @@
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Voting-component</div>
3
3
  {{~else~}}
4
4
  {{#if this.isMultiVote}}
5
- {{> modules/teaser/voting-teaser/multiVotingTeaser _addClass="copytext__clearBox"}}
5
+ {{> modules/teaser/voting-teaser/multiVotingTeaser _addClass="print:hidden copytext__clearBox"}}
6
6
  {{else}}
7
- {{> modules/teaser/voting-teaser/singleVotingTeaser _addClass="copytext__clearBox"}}
7
+ {{> modules/teaser/voting-teaser/singleVotingTeaser _addClass="print:hidden copytext__clearBox"}}
8
8
  {{/if}}
9
9
  {{~/if~}}
@@ -1,5 +1,5 @@
1
1
  {{~#if (isStorybook)~}}
2
2
  <div class="mt-6 italic text-gray-dark">coming soon: Webform-component</div>
3
3
  {{~else~}}
4
- {{> content/webform/components/webform _addClass="copytext__clearBox marginTrailer--m"}}
4
+ {{> content/webform/components/webform _addClass="print:hidden copytext__clearBox marginTrailer--m"}}
5
5
  {{~/if~}}
@@ -1,4 +1,3 @@
1
- import { color } from '@storybook/theming'
2
1
  import { pi, uxAction } from 'base/tracking/pianoHelper.subfeature'
3
2
  import { hr$, isString, listen, reinitializeFeature, simulateClickOn } from 'hrQuery'
4
3
  import $ from 'zepto-modules'
@@ -2,7 +2,7 @@
2
2
  <div
3
3
  x-show="$screen('lg') && $store.sharingIsVisible == false && document.querySelector('.copytextWrapper').offsetHeight > 220"
4
4
  x-init=""
5
- class="{{#unless ../_useSticky}}top-0 {{/unless}}sticky w-10 col-start-2 pt-6 z-100 h-fit"
5
+ class="print:hidden {{#unless ../_useSticky}}top-0 {{/unless}}sticky w-10 col-start-2 pt-6 z-100 h-fit"
6
6
  x-data="socialSharingHandler('vertical-desktop')"
7
7
  x-intersect="sharingModuleShown()"
8
8
  ax-load
@@ -2,7 +2,7 @@
2
2
  <div
3
3
  x-data="socialSharingHandler('metadatabox')"
4
4
  x-init="$watch('$store.sharingIsVisible', () => {$store.sharingIsOpen.metadatabox = false; $store.sharingIsOpen.mobilesticky = false})"
5
- class="flex self-center justify-end ml-3 grow"
5
+ class="flex self-center justify-end ml-3 print:hidden grow"
6
6
  x-intersect:leave="$store.sharingIsVisible=false"
7
7
  x-intersect:enter="$store.sharingIsVisible=true"
8
8
  x-on:resize.window="$store.sharingIsOpen.metadatabox = false"