hr-design-system-handlebars 1.57.7 → 1.57.9

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 (122) hide show
  1. package/.storybook/preview.js +6 -0
  2. package/CHANGELOG.md +25 -0
  3. package/dist/assets/index.css +25 -62
  4. package/{src/stories/views/components/article → dist/views/components/content/copytext}/components/accordion/accordion.hbs +1 -1
  5. package/dist/views/components/content/copytext/components/contentbox/contentbox.hbs +12 -0
  6. package/dist/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs +58 -0
  7. package/dist/views/components/content/copytext/copytext.hbs +2 -2
  8. package/dist/views/components/page/base/page_wrapper.hbs +3 -0
  9. package/dist/{views_static/components/article/components → views/components/page}/podcast/podcast_episode-webview.hbs +1 -1
  10. package/{src/stories/views/components/article/components → dist/views/components/page}/podcast/podcast_episode.hbs +1 -1
  11. package/dist/{views_static/components/article/components → views/components/page}/podcast/podcast_playlist-webview.hbs +1 -1
  12. package/{src/stories/views/components/article/components → dist/views/components/page}/podcast/podcast_playlist.hbs +1 -1
  13. package/dist/views/components/page/story/story_article.hbs +9 -0
  14. package/dist/views/components/page/story/story_main.hbs +20 -0
  15. package/dist/views/components/page/story/story_webview.hbs +7 -0
  16. package/dist/views_static/components/{article → content/copytext}/components/accordion/accordion.hbs +1 -1
  17. package/dist/views_static/components/content/copytext/components/contentbox/contentbox.hbs +12 -0
  18. package/dist/views_static/components/content/copytext/components/contentbox/storybook-contentbox.hbs +58 -0
  19. package/dist/views_static/components/content/copytext/copytext.hbs +2 -2
  20. package/dist/views_static/components/page/base/page_wrapper.hbs +3 -0
  21. package/dist/views_static/components/page/podcast/podcast_episode-webview.hbs +17 -0
  22. package/dist/views_static/components/{article/components → page}/podcast/podcast_episode.hbs +1 -1
  23. package/dist/{views/components/article/components → views_static/components/page}/podcast/podcast_playlist-webview.hbs +1 -1
  24. package/dist/{views/components/article/components → views_static/components/page}/podcast/podcast_playlist.hbs +1 -1
  25. package/dist/views_static/components/page/story/story_article.hbs +9 -0
  26. package/dist/views_static/components/page/story/story_main.hbs +20 -0
  27. package/dist/views_static/components/page/story/story_webview.hbs +7 -0
  28. package/package.json +1 -1
  29. package/src/assets/css/custom-utilities.css +24 -0
  30. package/src/assets/fixtures/content/copytext/components/contentbox/contentbox.json +30 -0
  31. package/src/assets/fixtures/{article/components → page}/podcast/podcast_player_episode.json +1 -1
  32. package/src/assets/fixtures/{article/components → page}/podcast/podcast_player_playlist.json +1 -1
  33. package/{dist/views/components/article → src/stories/views/components/content/copytext}/components/accordion/accordion.hbs +1 -1
  34. package/src/stories/views/components/{article → content/copytext}/components/accordion/accordion.mdx +1 -1
  35. package/src/stories/views/components/{article → content/copytext}/components/accordion/accordion.stories.js +3 -2
  36. package/src/stories/views/components/content/copytext/components/contentbox/contentbox.hbs +12 -0
  37. package/src/stories/views/components/{article → content/copytext}/components/contentbox/contentbox.mdx +1 -1
  38. package/src/stories/views/components/{article → content/copytext}/components/contentbox/contentbox.stories.js +9 -2
  39. package/src/stories/views/components/content/copytext/components/contentbox/fixtures/contentbox.json +1 -0
  40. package/src/stories/views/components/content/copytext/components/contentbox/storybook-contentbox.hbs +58 -0
  41. package/src/stories/views/components/content/copytext/copytext.hbs +2 -2
  42. package/src/stories/views/components/page/base/page_wrapper.hbs +3 -0
  43. package/src/stories/views/components/page/{page.data.js → index/page.data.js} +5 -5
  44. package/src/stories/views/components/page/{page.stories.js → index/page.stories.js} +3 -3
  45. package/src/stories/views/components/page/{page_player.stories.js → index/page_player.stories.js} +2 -2
  46. package/src/stories/views/components/page/podcast/fixtures/podcast_player_episode.json +1 -0
  47. package/src/stories/views/components/page/podcast/fixtures/podcast_player_playlist.json +1 -0
  48. package/src/stories/views/components/page/podcast/podcast_episode-webview.hbs +17 -0
  49. package/{dist/views/components/article/components → src/stories/views/components/page}/podcast/podcast_episode.hbs +1 -1
  50. package/src/stories/views/components/{article/components → page}/podcast/podcast_episode_article.mdx +1 -1
  51. package/src/stories/views/components/{article/components → page}/podcast/podcast_episode_article.stories.js +1 -1
  52. package/src/stories/views/components/{article/components → page}/podcast/podcast_playlist-webview.hbs +1 -1
  53. package/{dist/views_static/components/article/components → src/stories/views/components/page}/podcast/podcast_playlist.hbs +1 -1
  54. package/src/stories/views/components/{article/components → page}/podcast/podcast_playlist_article.mdx +1 -1
  55. package/src/stories/views/components/{article/components → page}/podcast/podcast_playlist_article.stories.js +1 -1
  56. package/src/stories/views/components/page/story/story_article.hbs +9 -0
  57. package/src/stories/views/components/page/story/story_main.hbs +20 -0
  58. package/src/stories/views/components/page/story/story_main.mdx +16 -0
  59. package/src/stories/views/components/page/story/story_main.stories.js +17 -0
  60. package/src/stories/views/components/page/story/story_webview.hbs +7 -0
  61. package/src/stories/views/components/{page → pagination}/page_pagination.data.js +1 -1
  62. package/src/stories/views/components/{page → pagination}/page_pagination.stories.js +1 -1
  63. package/dist/assets/js/components/foo.feature.js +0 -16
  64. package/dist/views/components/Button.hbs +0 -10
  65. package/dist/views/components/article/components/contentbox/contentbox.hbs +0 -12
  66. package/dist/views/components/article/components/contentbox/storybook-contentbox.hbs +0 -15
  67. package/dist/views/components/article/components/podcast/podcast_episode-webview.hbs +0 -17
  68. package/dist/views_static/components/Button.hbs +0 -10
  69. package/dist/views_static/components/article/components/contentbox/contentbox.hbs +0 -12
  70. package/dist/views_static/components/article/components/contentbox/storybook-contentbox.hbs +0 -15
  71. package/src/assets/fixtures/teaser/contentbox.json +0 -44
  72. package/src/stories/Example.mdx +0 -56
  73. package/src/stories/Example.stories.js +0 -57
  74. package/src/stories/example.hbs +0 -10
  75. package/src/stories/views/components/Button.hbs +0 -10
  76. package/src/stories/views/components/Button.js +0 -23
  77. package/src/stories/views/components/Button.mdx +0 -30
  78. package/src/stories/views/components/Button.stories.js +0 -60
  79. package/src/stories/views/components/Button_.stories.js +0 -77
  80. package/src/stories/views/components/article/components/contentbox/contentbox.hbs +0 -12
  81. package/src/stories/views/components/article/components/contentbox/storybook-contentbox.hbs +0 -15
  82. package/src/stories/views/components/article/components/podcast/fixtures/podcast_player_episode.json +0 -1
  83. package/src/stories/views/components/article/components/podcast/fixtures/podcast_player_playlist.json +0 -1
  84. package/src/stories/views/components/article/components/podcast/podcast_episode-webview.hbs +0 -17
  85. package/src/stories/views/components/foo.feature.js +0 -16
  86. package/src/stories/views/components/teaser/fixtures/contentbox.json +0 -1
  87. /package/dist/assets/js/components/{article/components → page}/podcast/podcastChannelRemainingEpisodesLoader.feature.js +0 -0
  88. /package/dist/views/components/{article → content/copytext}/components/accordion/accordion_item.hbs +0 -0
  89. /package/dist/views/components/page/{page.hbs → index/page.hbs} +0 -0
  90. /package/dist/views/components/page/{page_players.hbs → index/page_players.hbs} +0 -0
  91. /package/dist/views/components/{article/components → page}/podcast/components/related-content.ssi.hbs +0 -0
  92. /package/dist/views/components/{article/components → page}/podcast/podcast_episode_article.hbs +0 -0
  93. /package/dist/views/components/{article/components → page}/podcast/podcast_playlist-inline.hbs +0 -0
  94. /package/dist/views/components/{article/components → page}/podcast/podcast_playlist_all_episodes.hbs +0 -0
  95. /package/dist/views/components/{article/components → page}/podcast/podcast_playlist_article.hbs +0 -0
  96. /package/dist/views/components/{page → pagination}/page_pagination.hbs +0 -0
  97. /package/dist/views_static/components/{article → content/copytext}/components/accordion/accordion_item.hbs +0 -0
  98. /package/dist/views_static/components/page/{page.hbs → index/page.hbs} +0 -0
  99. /package/dist/views_static/components/page/{page_players.hbs → index/page_players.hbs} +0 -0
  100. /package/dist/views_static/components/{article/components → page}/podcast/components/related-content.ssi.hbs +0 -0
  101. /package/dist/views_static/components/{article/components → page}/podcast/podcast_episode_article.hbs +0 -0
  102. /package/dist/views_static/components/{article/components → page}/podcast/podcast_playlist-inline.hbs +0 -0
  103. /package/dist/views_static/components/{article/components → page}/podcast/podcast_playlist_all_episodes.hbs +0 -0
  104. /package/dist/views_static/components/{article/components → page}/podcast/podcast_playlist_article.hbs +0 -0
  105. /package/dist/views_static/components/{page → pagination}/page_pagination.hbs +0 -0
  106. /package/src/assets/fixtures/{teaser → content/copytext/components/accordion}/accordion.json +0 -0
  107. /package/src/assets/fixtures/{page → pagination}/page_pagination.json +0 -0
  108. /package/src/stories/views/components/{article → content/copytext}/components/accordion/accordion_item.hbs +0 -0
  109. /package/src/stories/views/components/{teaser → content/copytext/components/accordion}/fixtures/accordion.json +0 -0
  110. /package/src/stories/views/components/page/{page.hbs → index/page.hbs} +0 -0
  111. /package/src/stories/views/components/page/{page.mdx → index/page.mdx} +0 -0
  112. /package/src/stories/views/components/page/{page_player.mdx → index/page_player.mdx} +0 -0
  113. /package/src/stories/views/components/page/{page_players.hbs → index/page_players.hbs} +0 -0
  114. /package/src/stories/views/components/{article/components → page}/podcast/components/related-content.ssi.hbs +0 -0
  115. /package/src/stories/views/components/{article/components → page}/podcast/podcastChannelRemainingEpisodesLoader.feature.js +0 -0
  116. /package/src/stories/views/components/{article/components → page}/podcast/podcast_episode_article.hbs +0 -0
  117. /package/src/stories/views/components/{article/components → page}/podcast/podcast_playlist-inline.hbs +0 -0
  118. /package/src/stories/views/components/{article/components → page}/podcast/podcast_playlist_all_episodes.hbs +0 -0
  119. /package/src/stories/views/components/{article/components → page}/podcast/podcast_playlist_article.hbs +0 -0
  120. /package/src/stories/views/components/{page → pagination}/fixtures/page_pagination.json +0 -0
  121. /package/src/stories/views/components/{page → pagination}/page_pagination.hbs +0 -0
  122. /package/src/stories/views/components/{page → pagination}/page_pagination.mdx +0 -0
@@ -216,6 +216,12 @@ export const parameters = {
216
216
  ],
217
217
  '*',
218
218
  ],
219
+ 'Seiten',
220
+ [
221
+ 'Artikel',
222
+ 'Index',
223
+ 'Index mit Player'
224
+ ],
219
225
  'Komponenten',
220
226
  [
221
227
  'Buttons',
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v1.57.9 (Wed Feb 14 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - DPE-2842: contentbox new design [#843](https://github.com/mumprod/hr-design-system-handlebars/pull/843) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
14
+ # v1.57.8 (Wed Feb 14 2024)
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - Artikel Wrapper AND Refactoring and rearranging of old file structure [#835](https://github.com/mumprod/hr-design-system-handlebars/pull/835) ([@vascoeduardo](https://github.com/vascoeduardo))
19
+
20
+ #### Authors: 1
21
+
22
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
23
+
24
+ ---
25
+
1
26
  # v1.57.7 (Tue Feb 13 2024)
2
27
 
3
28
  #### 🐛 Bug Fix
@@ -439,7 +439,7 @@ video {
439
439
  --tw-gradient-to-position: ;
440
440
  }
441
441
 
442
- .btn--secondary, .ds-focus, .ds-focus:not(:focus-visible), .ds-button, .ds-button:not(:focus-visible), .ds-button-round, .ds-button-round:not(:focus-visible), .ds-link, .ds-link:not(:focus-visible), .ds-teaser-focus, .ds-teaser-focus::before, .ds-cta > *, .ds-teaser-focus:not(:focus-visible)::before, .-isOpen, .shadow-md, .shadow-xl, .toggleSwitch-label, .before\:shadow-stage::before {
442
+ .ds-focus, .ds-focus:not(:focus-visible), .ds-button, .ds-button:not(:focus-visible), .ds-button-round, .ds-button-round:not(:focus-visible), .ds-link, .ds-link:not(:focus-visible), .ds-teaser-focus, .ds-teaser-focus::before, .ds-cta > *, .ds-teaser-focus:not(:focus-visible)::before, .-isOpen, .shadow-md, .shadow-xl, .toggleSwitch-label, .before\:shadow-stage::before {
443
443
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
444
444
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
445
445
  --tw-shadow: 0 0 rgba(0,0,0,0);
@@ -504,61 +504,6 @@ video {
504
504
  [x-cloak] {
505
505
  display: none !important;
506
506
  }
507
- .btn {
508
- display: inline-block;
509
- cursor: pointer;
510
- border-radius: 1.5rem;
511
- font-family: DIN, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
512
- font-weight: 700;
513
- line-height: 1;
514
- }
515
- .btn--primary {
516
- --tw-bg-opacity: 1;
517
- background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
518
- --tw-text-opacity: 1;
519
- color: rgba(255, 255, 255, var(--tw-text-opacity));
520
- }
521
- .btn--secondary {
522
- background-color: transparent;
523
- --tw-text-opacity: 1;
524
- color: rgba(55, 65, 81, var(--tw-text-opacity));
525
- --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
526
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
527
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
528
- box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
529
- }
530
- .btn--sm {
531
- padding-top: 0.625rem;
532
- padding-bottom: 0.625rem;
533
- padding-left: 1rem;
534
- padding-right: 1rem;
535
- font-size: 0.75rem;
536
- line-height: 1.0625rem;
537
- }
538
- .btn--md {
539
- padding-left: 1.25rem;
540
- padding-right: 1.25rem;
541
- padding-top: 0.75rem;
542
- padding-bottom: 0.75rem;
543
- font-size: 0.875rem;
544
- line-height: 1.1875rem;
545
- }
546
- .btn--lg {
547
- padding-left: 1.5rem;
548
- padding-right: 1.5rem;
549
- padding-top: 0.75rem;
550
- padding-bottom: 0.75rem;
551
- font-size: 1rem;
552
- line-height: 1.375rem;
553
- }
554
- .btn--xl {
555
- padding-left: 1.5rem;
556
- padding-right: 1.5rem;
557
- padding-top: 0.75rem;
558
- padding-bottom: 0.75rem;
559
- font-size: 1.125rem;
560
- line-height: 1.5rem;
561
- }
562
507
  .headline-barrier {
563
508
  display: grid;
564
509
  grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
@@ -1467,9 +1412,6 @@ a.link:hover {
1467
1412
  .mt-4\.5 {
1468
1413
  margin-top: 1.125rem;
1469
1414
  }
1470
- .mt-5 {
1471
- margin-top: 1.25rem;
1472
- }
1473
1415
  .mt-6 {
1474
1416
  margin-top: 1.5rem;
1475
1417
  }
@@ -3308,7 +3250,7 @@ a.link:hover {
3308
3250
  border-bottom-color: var(--color-secondary-ds);
3309
3251
  }
3310
3252
  .counter-reset {
3311
- counter-reset: cnt1707819558461;
3253
+ counter-reset: cnt1707919442564;
3312
3254
  }
3313
3255
  .hyphens-auto {
3314
3256
  -webkit-hyphens: auto;
@@ -3427,6 +3369,27 @@ a.link:hover {
3427
3369
  minmax(0, 1fr) [full-end];
3428
3370
  }
3429
3371
  }
3372
+ .grid-article {
3373
+ --mobile-padding: 1.25rem;
3374
+ --desktop-padding: 40px;
3375
+ --narrow-max-width: 726px;
3376
+ --content-max-width: 940px;
3377
+ --breakout-size: calc((var(--content-max-width) - var(--narrow-max-width)) / 2);
3378
+
3379
+ grid-template-columns:
3380
+ [full-width-start] minmax(var(--mobile-padding), var(--desktop-padding))
3381
+ [content-start] minmax(0, var(--breakout-size))
3382
+ [narrow-start] min(100% - (var(--mobile-padding) * 2),var(--narrow-max-width)) [narrow-end]
3383
+ minmax(0, var(--breakout-size)) [content-end]
3384
+ minmax(var(--mobile-padding), var(--desktop-padding)) [full-width-end];
3385
+ grid-column: main;
3386
+ }
3387
+ .grid-article > :not(.article-breakout):not(.article-full-width){
3388
+ grid-column: narrow;
3389
+ }
3390
+ .article-breakout {
3391
+ grid-column: content;
3392
+ }
3430
3393
  .grid-content {
3431
3394
  grid-template-areas:
3432
3395
  "head"
@@ -3610,7 +3573,7 @@ a.link:hover {
3610
3573
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3611
3574
  }
3612
3575
  .-ordered {
3613
- counter-increment: cnt1707819558461 1;
3576
+ counter-increment: cnt1707919442564 1;
3614
3577
  }
3615
3578
  .-ordered::before {
3616
3579
  position: absolute;
@@ -3626,7 +3589,7 @@ a.link:hover {
3626
3589
  letter-spacing: .0125em;
3627
3590
  --tw-text-opacity: 1;
3628
3591
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3629
- content: counter(cnt1707819558461);
3592
+ content: counter(cnt1707919442564);
3630
3593
  }
3631
3594
  /*! ****************************/
3632
3595
  /*! DataPolicy stuff */
@@ -32,7 +32,7 @@
32
32
  <div class="mb-8 accordionItem">
33
33
  {{else}}
34
34
  {{#if (isStorybook)}}
35
- {{> components/article/components/accordion/accordion_item }}
35
+ {{> components/content/copytext/components/accordion/accordion_item }}
36
36
  {{else}}
37
37
  {{> modules/story/copytext-accordion ~}}
38
38
  {{/if}}
@@ -0,0 +1,12 @@
1
+ {{#if (isStorybook)}}
2
+ {{> components/content/copytext/components/contentbox/storybook-contentbox }}
3
+ {{else}}
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
+ {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
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>
8
+ {{/if}}
9
+ {{> modules/story/copytext-contentbox ~}}
10
+ {{~> components/base/a11y/hiddenText _locaTag="story_infobox_outro_sr" ~}}
11
+ </div>
12
+ {{/if}}
@@ -0,0 +1,58 @@
1
+ {{#>components/content/copytext/components/common/paragraphbox_frame _showFullsize=this.showFullSize.isTrue}}
2
+
3
+ {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
4
+
5
+ <h3 class="text-lg -mt-[4px] sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
6
+
7
+ {{~#with this.copytextParagraph.[0].paragraphBoxItem }}
8
+ {{~#if this.isImage}}
9
+ {{#if ../this.showFullSize.isTrue }}
10
+ {{#unless this.showFullSize.isTrue }}
11
+ <div class="w-full mr-0 sm:mr-5 sm:w-1/2 sm:float-left">
12
+ {{/unless}}
13
+ {{/if}}
14
+ {{#if this.showPortrait.isTrue }}
15
+ {{> components/content/copytext/components/image/figure
16
+ _cssClass=""
17
+ _type="story"
18
+ _variant="copytext-portrait"
19
+ _noAr="true"
20
+ _isWebview=../../_isWebview}}
21
+ {{else}}
22
+ {{> components/content/copytext/components/image/figure
23
+ _cssClass="!mt-5 !mb-0 !mx-0"
24
+ _cssClassCaption="!mx-0"
25
+ _type="story"
26
+ _variant="100-copytext"
27
+ _pictureAddClass="ar-16-9"
28
+ _isWebview=../../_isWebview}}
29
+ {{/if}}
30
+ {{#if ../this.showFullSize.isTrue }}
31
+ {{#unless this.showFullSize.isTrue }}
32
+ </div>
33
+ {{/unless}}
34
+ {{/if}}
35
+ {{/if~}}
36
+ {{/with}}
37
+
38
+ {{#with this.copytext}}
39
+ {{#each this.paragraph}}
40
+ {{~#each this.text.split }}
41
+ {{#if this.isText}}
42
+ <p class="mt-4 text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
43
+ {{/if}}
44
+ {{#if this.isUl}}
45
+ <ul class="mt-4 ml-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
46
+ {{/if}}
47
+ {{#if this.isOl}}
48
+ <ol class="mt-4 ml-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
49
+ {{/if}}
50
+ {{/each}}
51
+ {{/each}}
52
+ {{/with}}
53
+
54
+ {{~#block "subParagraphs"}}{{/block~}}
55
+
56
+ {{~> components/base/a11y/hiddenText _locaTag="story_infobox_outro_sr" ~}}
57
+
58
+ {{/components/content/copytext/components/common/paragraphbox_frame}}
@@ -10,10 +10,10 @@
10
10
  {{~> components/content/copytext/components/image/image}}
11
11
  {{/if~}}
12
12
  {{~#if this.isContentBox}}
13
- {{~> components/article/components/contentbox/contentbox ~}}
13
+ {{~> components/content/copytext/components/contentbox/contentbox ~}}
14
14
  {{/if~}}
15
15
  {{~#if this.isAccordion}}
16
- {{~> components/article/components/accordion/accordion ~}}
16
+ {{~> components/content/copytext/components/accordion/accordion ~}}
17
17
  {{/if~}}
18
18
  {{~#if this.isGallery}}
19
19
  {{> components/content/copytext/components/gallery }}
@@ -0,0 +1,3 @@
1
+ <div class="grid bg-white grid-article">
2
+ {{> @partial-block }}
3
+ </div>
@@ -4,7 +4,7 @@
4
4
 
5
5
  {{~#partial "body" ~}}
6
6
  <div class="o-wrapper u-content-background">
7
- {{> components/article/components/podcast/podcast_episode_article _webview=true}}
7
+ {{> components/page/podcast/podcast_episode_article _webview=true}}
8
8
 
9
9
  {{{ this.relatedContentSsi }}}
10
10
  </div>
@@ -4,7 +4,7 @@
4
4
 
5
5
  {{~#partial "body" ~}}
6
6
  <div class="o-wrapper u-content-background">
7
- {{> components/article/components/podcast/podcast_episode_article }}
7
+ {{> components/page/podcast/podcast_episode_article }}
8
8
 
9
9
  {{{ this.relatedContentSsi }}}
10
10
  </div>
@@ -4,7 +4,7 @@
4
4
 
5
5
  {{~#partial "body" ~}}
6
6
  <div class="o-wrapper u-content-background">
7
- {{> components/article/components/podcast/podcast_playlist_article _webview=true}}
7
+ {{> components/page/podcast/podcast_playlist_article _webview=true}}
8
8
  </div>
9
9
  {{~/partial~}}
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  {{~#partial "body" ~}}
6
6
  <div class="o-wrapper u-content-background">
7
- {{> components/article/components/podcast/podcast_playlist_article }}
7
+ {{> components/page/podcast/podcast_playlist_article }}
8
8
  </div>
9
9
  <script type="application/ld+json">
10
10
  {{{this.podcastSeriesStructuredData}}}
@@ -0,0 +1,9 @@
1
+ {{#>components/page/base/page_wrapper}}
2
+ <h2 class="mb-4 text-3xl">Polter kennt die anderen Offensiven schon</h2>
3
+ <p class="mb-4 font-bold">Sandro Wagner wurde es dann doch nicht. Das Profil des ehemaligen Lilien-Stürmers und heutigen Co-Trainers der Nationalmannschaft war aber auch am letzten Tag der Transferperiode in Darmstadt erkennbar.</p>
4
+ <img class="mb-4 article-breakout" src="https://unsplash.it/id/26/980/528" alt="">
5
+ <p class="mb-4">Der 1,92 Meter große Angreifer hat viel gesehen in der Fußball-Welt. Wolfsburg, Nürnberg, Mainz, Union Berlin, Queens Park Rangers, Bochum und Schalke 04 - so lauteten seine Stationen. Für Deutschland spielte er sogar in diversen Auswahlmannschaften. "Mit seiner Physis und Statur ist er der klassische Zielstürmer, den wir unserem Kader zuführen wollten", berichtete Trainer Torsten Lieberknecht. Selbst Eintracht Frankfurt soll sich 2022 nach dem Europa-League-Sieg intensiv mit einer Verpflichtung von Polter beschäftigt haben.</p>
6
+ <h2 class="mb-4 text-xl">Polter kennt die anderen Offensiven schon</h2>
7
+ <p class="mb-4">Der Stürmer kann Bälle festmachen, Verteidiger binden, fühlt sich zudem in der Box zu Hause. In der Bundesliga netzte er 21 Mal ein, in der 2. Liga sogar 45 Mal in 99 Partien. Durch seine Erfahrung und Nervenstärke kann er den Lilien gerade im Abstiegskampf eine Stütze sein. Polter scheut sich vor keiner Verantwortung, beim Spiel der Schalker gegen Magdeburg im Herbst markierte er seinen zweiten Treffer im Spiel durch einen Elfmeter vor dem Ende zum 4:3. "Ich werde alles daransetzen, der Mannschaft zu helfen und meine Erfahrung im Kampf um den Klassenerhalt einzubringen", ließ sich Polter am Donnerstag zitieren.</p>
8
+ <p class="mb-4">Interessant dabei: Polter galt als einer der Lieblingsspieler von Trainer Thomas Reis, der ihn erst in Bochum coachte und dann zum S04 holte. Neben Polter kam vor Jahresfrist noch Tim Skarke nach Gelsenkirchen, ein Transfer von Gerrit Holtmann zerschlug sich seinerzeit. "Die Lilien haben nun die Thomas-Reis-Wunschoffensive zusammen", hieß es daher am Donnerstag im Ruhrgebiet. So entsteht auch ein Vorteil für Darmstadt: Polter kennt das Zusammenspiel mit Skarke aus Schalker Tagen, jenes mit Holtmann aus Bochumer Tagen.</p>
9
+ {{/components/page/base/page_wrapper}}
@@ -0,0 +1,20 @@
1
+ {{~#partial "body"~}}
2
+ {{~>components/page/story/story_article}}
3
+
4
+ {{#if this.hasFAQ}}
5
+ <script type="application/ld+json">
6
+ {{{this.faqJsonLd}}}
7
+ </script>
8
+ {{/if}}
9
+ {{#if this.hasJobposting}}
10
+ <script type="application/ld+json">
11
+ {{{this.jobpostingJsonLd}}}
12
+ </script>
13
+ {{/if}}
14
+ {{#if this.isRecipe}}
15
+ <script type="application/ld+json">
16
+ {{{this.recipeJsonLd}}}
17
+ </script>
18
+ {{/if}}
19
+ {{/partial}}
20
+ {{> "modules/page/base" }}
@@ -0,0 +1,7 @@
1
+ {{~#partial "body"~}}
2
+
3
+ {{> components/page/story/story_article _webview=true }}
4
+
5
+ {{/partial}}
6
+
7
+ {{> "modules/page/base" _webview=true }}
@@ -32,7 +32,7 @@
32
32
  <div class="mb-8 accordionItem">
33
33
  {{else}}
34
34
  {{#if (isStorybook)}}
35
- {{> components/article/components/accordion/accordion_item }}
35
+ {{> components/content/copytext/components/accordion/accordion_item }}
36
36
  {{else}}
37
37
  {{> modules/story/copytext-accordion ~}}
38
38
  {{/if}}
@@ -0,0 +1,12 @@
1
+ {{#if (isStorybook)}}
2
+ {{> components/content/copytext/components/contentbox/storybook-contentbox }}
3
+ {{else}}
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
+ {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
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>
8
+ {{/if}}
9
+ {{> modules/story/copytext-contentbox ~}}
10
+ {{~> components/base/a11y/hiddenText _locaTag="story_infobox_outro_sr" ~}}
11
+ </div>
12
+ {{/if}}
@@ -0,0 +1,58 @@
1
+ {{#>components/content/copytext/components/common/paragraphbox_frame _showFullsize=this.showFullSize.isTrue}}
2
+
3
+ {{~> components/base/a11y/hiddenText _locaTag="story_infobox_intro_sr" ~}}
4
+
5
+ <h3 class="text-lg -mt-[4px] sm480:text-2xl font-headingSerif dark:text-text-dark">{{this.title}}</h3>
6
+
7
+ {{~#with this.copytextParagraph.[0].paragraphBoxItem }}
8
+ {{~#if this.isImage}}
9
+ {{#if ../this.showFullSize.isTrue }}
10
+ {{#unless this.showFullSize.isTrue }}
11
+ <div class="w-full mr-0 sm:mr-5 sm:w-1/2 sm:float-left">
12
+ {{/unless}}
13
+ {{/if}}
14
+ {{#if this.showPortrait.isTrue }}
15
+ {{> components/content/copytext/components/image/figure
16
+ _cssClass=""
17
+ _type="story"
18
+ _variant="copytext-portrait"
19
+ _noAr="true"
20
+ _isWebview=../../_isWebview}}
21
+ {{else}}
22
+ {{> components/content/copytext/components/image/figure
23
+ _cssClass="!mt-5 !mb-0 !mx-0"
24
+ _cssClassCaption="!mx-0"
25
+ _type="story"
26
+ _variant="100-copytext"
27
+ _pictureAddClass="ar-16-9"
28
+ _isWebview=../../_isWebview}}
29
+ {{/if}}
30
+ {{#if ../this.showFullSize.isTrue }}
31
+ {{#unless this.showFullSize.isTrue }}
32
+ </div>
33
+ {{/unless}}
34
+ {{/if}}
35
+ {{/if~}}
36
+ {{/with}}
37
+
38
+ {{#with this.copytext}}
39
+ {{#each this.paragraph}}
40
+ {{~#each this.text.split }}
41
+ {{#if this.isText}}
42
+ <p class="mt-4 text-base sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</p>
43
+ {{/if}}
44
+ {{#if this.isUl}}
45
+ <ul class="mt-4 ml-5 text-base list-disc sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ul>
46
+ {{/if}}
47
+ {{#if this.isOl}}
48
+ <ol class="mt-4 ml-5 text-base list-decimal sm480:text-lg sm480:leading-normal dark:text-text-dark">{{{this.text}}}</ol>
49
+ {{/if}}
50
+ {{/each}}
51
+ {{/each}}
52
+ {{/with}}
53
+
54
+ {{~#block "subParagraphs"}}{{/block~}}
55
+
56
+ {{~> components/base/a11y/hiddenText _locaTag="story_infobox_outro_sr" ~}}
57
+
58
+ {{/components/content/copytext/components/common/paragraphbox_frame}}
@@ -10,10 +10,10 @@
10
10
  {{~> components/content/copytext/components/image/image}}
11
11
  {{/if~}}
12
12
  {{~#if this.isContentBox}}
13
- {{~> components/article/components/contentbox/contentbox ~}}
13
+ {{~> components/content/copytext/components/contentbox/contentbox ~}}
14
14
  {{/if~}}
15
15
  {{~#if this.isAccordion}}
16
- {{~> components/article/components/accordion/accordion ~}}
16
+ {{~> components/content/copytext/components/accordion/accordion ~}}
17
17
  {{/if~}}
18
18
  {{~#if this.isGallery}}
19
19
  {{> components/content/copytext/components/gallery }}
@@ -0,0 +1,3 @@
1
+ <div class="grid bg-white grid-article">
2
+ {{> @partial-block }}
3
+ </div>
@@ -0,0 +1,17 @@
1
+ {{~#partial "staticHeader"~}}
2
+ <link rel="preconnect" href="//mp3podcasthr-a.akamaihd.net/">
3
+ {{~/partial~}}
4
+
5
+ {{~#partial "body" ~}}
6
+ <div class="o-wrapper u-content-background">
7
+ {{> components/page/podcast/podcast_episode_article _webview=true}}
8
+
9
+ {{{ this.relatedContentSsi }}}
10
+ </div>
11
+ <script type="application/ld+json">
12
+ {{{this.structuredData}}}
13
+
14
+ </script>
15
+ {{~/partial~}}
16
+
17
+ {{~> modules/page/base _webview=true ~}}
@@ -4,7 +4,7 @@
4
4
 
5
5
  {{~#partial "body" ~}}
6
6
  <div class="o-wrapper u-content-background">
7
- {{> components/article/components/podcast/podcast_episode_article }}
7
+ {{> components/page/podcast/podcast_episode_article }}
8
8
 
9
9
  {{{ this.relatedContentSsi }}}
10
10
  </div>
@@ -4,7 +4,7 @@
4
4
 
5
5
  {{~#partial "body" ~}}
6
6
  <div class="o-wrapper u-content-background">
7
- {{> components/article/components/podcast/podcast_playlist_article _webview=true}}
7
+ {{> components/page/podcast/podcast_playlist_article _webview=true}}
8
8
  </div>
9
9
  {{~/partial~}}
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  {{~#partial "body" ~}}
6
6
  <div class="o-wrapper u-content-background">
7
- {{> components/article/components/podcast/podcast_playlist_article }}
7
+ {{> components/page/podcast/podcast_playlist_article }}
8
8
  </div>
9
9
  <script type="application/ld+json">
10
10
  {{{this.podcastSeriesStructuredData}}}
@@ -0,0 +1,9 @@
1
+ {{#>components/page/base/page_wrapper}}
2
+ <h2 class="mb-4 text-3xl">Polter kennt die anderen Offensiven schon</h2>
3
+ <p class="mb-4 font-bold">Sandro Wagner wurde es dann doch nicht. Das Profil des ehemaligen Lilien-Stürmers und heutigen Co-Trainers der Nationalmannschaft war aber auch am letzten Tag der Transferperiode in Darmstadt erkennbar.</p>
4
+ <img class="mb-4 article-breakout" src="https://unsplash.it/id/26/980/528" alt="">
5
+ <p class="mb-4">Der 1,92 Meter große Angreifer hat viel gesehen in der Fußball-Welt. Wolfsburg, Nürnberg, Mainz, Union Berlin, Queens Park Rangers, Bochum und Schalke 04 - so lauteten seine Stationen. Für Deutschland spielte er sogar in diversen Auswahlmannschaften. "Mit seiner Physis und Statur ist er der klassische Zielstürmer, den wir unserem Kader zuführen wollten", berichtete Trainer Torsten Lieberknecht. Selbst Eintracht Frankfurt soll sich 2022 nach dem Europa-League-Sieg intensiv mit einer Verpflichtung von Polter beschäftigt haben.</p>
6
+ <h2 class="mb-4 text-xl">Polter kennt die anderen Offensiven schon</h2>
7
+ <p class="mb-4">Der Stürmer kann Bälle festmachen, Verteidiger binden, fühlt sich zudem in der Box zu Hause. In der Bundesliga netzte er 21 Mal ein, in der 2. Liga sogar 45 Mal in 99 Partien. Durch seine Erfahrung und Nervenstärke kann er den Lilien gerade im Abstiegskampf eine Stütze sein. Polter scheut sich vor keiner Verantwortung, beim Spiel der Schalker gegen Magdeburg im Herbst markierte er seinen zweiten Treffer im Spiel durch einen Elfmeter vor dem Ende zum 4:3. "Ich werde alles daransetzen, der Mannschaft zu helfen und meine Erfahrung im Kampf um den Klassenerhalt einzubringen", ließ sich Polter am Donnerstag zitieren.</p>
8
+ <p class="mb-4">Interessant dabei: Polter galt als einer der Lieblingsspieler von Trainer Thomas Reis, der ihn erst in Bochum coachte und dann zum S04 holte. Neben Polter kam vor Jahresfrist noch Tim Skarke nach Gelsenkirchen, ein Transfer von Gerrit Holtmann zerschlug sich seinerzeit. "Die Lilien haben nun die Thomas-Reis-Wunschoffensive zusammen", hieß es daher am Donnerstag im Ruhrgebiet. So entsteht auch ein Vorteil für Darmstadt: Polter kennt das Zusammenspiel mit Skarke aus Schalker Tagen, jenes mit Holtmann aus Bochumer Tagen.</p>
9
+ {{/components/page/base/page_wrapper}}
@@ -0,0 +1,20 @@
1
+ {{~#partial "body"~}}
2
+ {{~>components/page/story/story_article}}
3
+
4
+ {{#if this.hasFAQ}}
5
+ <script type="application/ld+json">
6
+ {{{this.faqJsonLd}}}
7
+ </script>
8
+ {{/if}}
9
+ {{#if this.hasJobposting}}
10
+ <script type="application/ld+json">
11
+ {{{this.jobpostingJsonLd}}}
12
+ </script>
13
+ {{/if}}
14
+ {{#if this.isRecipe}}
15
+ <script type="application/ld+json">
16
+ {{{this.recipeJsonLd}}}
17
+ </script>
18
+ {{/if}}
19
+ {{/partial}}
20
+ {{> "modules/page/base" }}
@@ -0,0 +1,7 @@
1
+ {{~#partial "body"~}}
2
+
3
+ {{> components/page/story/story_article _webview=true }}
4
+
5
+ {{/partial}}
6
+
7
+ {{> "modules/page/base" _webview=true }}
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.57.7",
9
+ "version": "1.57.9",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -173,6 +173,30 @@
173
173
  minmax(0, 1fr) [full-end];
174
174
  }
175
175
  }
176
+ .grid-article {
177
+ --mobile-padding: 1.25rem;
178
+ --desktop-padding: 40px;
179
+ --narrow-max-width: 726px;
180
+ --content-max-width: 940px;
181
+ --breakout-size: calc((var(--content-max-width) - var(--narrow-max-width)) / 2);
182
+
183
+ grid-template-columns:
184
+ [full-width-start] minmax(var(--mobile-padding), var(--desktop-padding))
185
+ [content-start] minmax(0, var(--breakout-size))
186
+ [narrow-start] min(100% - (var(--mobile-padding) * 2),var(--narrow-max-width)) [narrow-end]
187
+ minmax(0, var(--breakout-size)) [content-end]
188
+ minmax(var(--mobile-padding), var(--desktop-padding)) [full-width-end];
189
+ grid-column: main;
190
+ }
191
+ .grid-article > :not(.article-breakout, .article-full-width){
192
+ grid-column: narrow;
193
+ }
194
+ .article-breakout {
195
+ grid-column: content;
196
+ }
197
+ .article-full-width {
198
+ grid-column: full-width;
199
+ }
176
200
 
177
201
  .grid-content {
178
202
  grid-template-areas:
@@ -0,0 +1,30 @@
1
+ {
2
+ "copytext": {
3
+ "title": "Contentbox: Volle Breite, mit Bild über halbe Breite",
4
+ "showFullSize":{
5
+ "isTrue": true
6
+ },
7
+ "copytextParagraph": [
8
+ {
9
+ "paragraphBoxItem": {
10
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
11
+ "@->contentpath": "copytext_image_50",
12
+ "@->replaceToken": [
13
+ {
14
+ "@->token": "image",
15
+ "@->value": "buchmesse-fahnen-102"
16
+ }
17
+ ]
18
+ }
19
+ }
20
+ ],
21
+ "copytext":{
22
+ "paragraph":[
23
+ {
24
+ "@->jsoninclude": "content/copytext/copytext_paragraph.inc.json"
25
+ }
26
+ ]
27
+ }
28
+
29
+ }
30
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "isSsi": true,
3
3
  "logicItem": {
4
- "includePath": "components/article/components/podcast/podcast_player_episode",
4
+ "includePath": "components/page/podcast/podcast_player_episode",
5
5
  "includeModel": {
6
6
  "byline": "Byline",
7
7
  "title": "Legal Kiffen: Cannabis-Gesetz sorgt für Kritik",