hr-design-system-handlebars 1.57.7 → 1.57.8

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 (114) hide show
  1. package/.storybook/preview.js +6 -0
  2. package/CHANGELOG.md +12 -0
  3. package/dist/assets/index.css +25 -59
  4. package/{src/stories/views/components/article → dist/views/components/content/copytext}/components/accordion/accordion.hbs +1 -1
  5. package/dist/views/components/{article → content/copytext}/components/contentbox/contentbox.hbs +1 -1
  6. package/dist/views/components/content/copytext/copytext.hbs +2 -2
  7. package/dist/views/components/page/base/page_wrapper.hbs +3 -0
  8. package/dist/{views_static/components/article/components → views/components/page}/podcast/podcast_episode-webview.hbs +1 -1
  9. package/{src/stories/views/components/article/components → dist/views/components/page}/podcast/podcast_episode.hbs +1 -1
  10. package/dist/{views_static/components/article/components → views/components/page}/podcast/podcast_playlist-webview.hbs +1 -1
  11. package/{src/stories/views/components/article/components → dist/views/components/page}/podcast/podcast_playlist.hbs +1 -1
  12. package/dist/views/components/page/story/story_article.hbs +9 -0
  13. package/dist/views/components/page/story/story_main.hbs +20 -0
  14. package/dist/views/components/page/story/story_webview.hbs +7 -0
  15. package/dist/views_static/components/{article → content/copytext}/components/accordion/accordion.hbs +1 -1
  16. package/{src/stories/views/components/article → dist/views_static/components/content/copytext}/components/contentbox/contentbox.hbs +1 -1
  17. package/dist/views_static/components/content/copytext/copytext.hbs +2 -2
  18. package/dist/views_static/components/page/base/page_wrapper.hbs +3 -0
  19. package/dist/views_static/components/page/podcast/podcast_episode-webview.hbs +17 -0
  20. package/dist/views_static/components/{article/components → page}/podcast/podcast_episode.hbs +1 -1
  21. package/dist/{views/components/article/components → views_static/components/page}/podcast/podcast_playlist-webview.hbs +1 -1
  22. package/dist/{views/components/article/components → views_static/components/page}/podcast/podcast_playlist.hbs +1 -1
  23. package/dist/views_static/components/page/story/story_article.hbs +9 -0
  24. package/dist/views_static/components/page/story/story_main.hbs +20 -0
  25. package/dist/views_static/components/page/story/story_webview.hbs +7 -0
  26. package/package.json +1 -1
  27. package/src/assets/css/custom-utilities.css +24 -0
  28. package/src/assets/fixtures/{article/components → page}/podcast/podcast_player_episode.json +1 -1
  29. package/src/assets/fixtures/{article/components → page}/podcast/podcast_player_playlist.json +1 -1
  30. package/{dist/views/components/article → src/stories/views/components/content/copytext}/components/accordion/accordion.hbs +1 -1
  31. package/src/stories/views/components/{article → content/copytext}/components/accordion/accordion.mdx +1 -1
  32. package/src/stories/views/components/{article → content/copytext}/components/accordion/accordion.stories.js +3 -2
  33. package/{dist/views_static/components/article → src/stories/views/components/content/copytext}/components/contentbox/contentbox.hbs +1 -1
  34. package/src/stories/views/components/{article → content/copytext}/components/contentbox/contentbox.mdx +1 -1
  35. package/src/stories/views/components/{article → content/copytext}/components/contentbox/contentbox.stories.js +2 -2
  36. package/src/stories/views/components/content/copytext/copytext.hbs +2 -2
  37. package/src/stories/views/components/page/base/page_wrapper.hbs +3 -0
  38. package/src/stories/views/components/page/{page.data.js → index/page.data.js} +5 -5
  39. package/src/stories/views/components/page/{page.stories.js → index/page.stories.js} +3 -3
  40. package/src/stories/views/components/page/{page_player.stories.js → index/page_player.stories.js} +2 -2
  41. package/src/stories/views/components/page/podcast/fixtures/podcast_player_episode.json +1 -0
  42. package/src/stories/views/components/page/podcast/fixtures/podcast_player_playlist.json +1 -0
  43. package/src/stories/views/components/page/podcast/podcast_episode-webview.hbs +17 -0
  44. package/{dist/views/components/article/components → src/stories/views/components/page}/podcast/podcast_episode.hbs +1 -1
  45. package/src/stories/views/components/{article/components → page}/podcast/podcast_episode_article.mdx +1 -1
  46. package/src/stories/views/components/{article/components → page}/podcast/podcast_episode_article.stories.js +1 -1
  47. package/src/stories/views/components/{article/components → page}/podcast/podcast_playlist-webview.hbs +1 -1
  48. package/{dist/views_static/components/article/components → src/stories/views/components/page}/podcast/podcast_playlist.hbs +1 -1
  49. package/src/stories/views/components/{article/components → page}/podcast/podcast_playlist_article.mdx +1 -1
  50. package/src/stories/views/components/{article/components → page}/podcast/podcast_playlist_article.stories.js +1 -1
  51. package/src/stories/views/components/page/story/story_article.hbs +9 -0
  52. package/src/stories/views/components/page/story/story_main.hbs +20 -0
  53. package/src/stories/views/components/page/story/story_main.mdx +16 -0
  54. package/src/stories/views/components/page/story/story_main.stories.js +17 -0
  55. package/src/stories/views/components/page/story/story_webview.hbs +7 -0
  56. package/src/stories/views/components/{page → pagination}/page_pagination.data.js +1 -1
  57. package/src/stories/views/components/{page → pagination}/page_pagination.stories.js +1 -1
  58. package/dist/assets/js/components/foo.feature.js +0 -16
  59. package/dist/views/components/Button.hbs +0 -10
  60. package/dist/views/components/article/components/podcast/podcast_episode-webview.hbs +0 -17
  61. package/dist/views_static/components/Button.hbs +0 -10
  62. package/src/stories/Example.mdx +0 -56
  63. package/src/stories/Example.stories.js +0 -57
  64. package/src/stories/example.hbs +0 -10
  65. package/src/stories/views/components/Button.hbs +0 -10
  66. package/src/stories/views/components/Button.js +0 -23
  67. package/src/stories/views/components/Button.mdx +0 -30
  68. package/src/stories/views/components/Button.stories.js +0 -60
  69. package/src/stories/views/components/Button_.stories.js +0 -77
  70. package/src/stories/views/components/article/components/podcast/fixtures/podcast_player_episode.json +0 -1
  71. package/src/stories/views/components/article/components/podcast/fixtures/podcast_player_playlist.json +0 -1
  72. package/src/stories/views/components/article/components/podcast/podcast_episode-webview.hbs +0 -17
  73. package/src/stories/views/components/foo.feature.js +0 -16
  74. /package/dist/assets/js/components/{article/components → page}/podcast/podcastChannelRemainingEpisodesLoader.feature.js +0 -0
  75. /package/dist/views/components/{article → content/copytext}/components/accordion/accordion_item.hbs +0 -0
  76. /package/dist/views/components/{article → content/copytext}/components/contentbox/storybook-contentbox.hbs +0 -0
  77. /package/dist/views/components/page/{page.hbs → index/page.hbs} +0 -0
  78. /package/dist/views/components/page/{page_players.hbs → index/page_players.hbs} +0 -0
  79. /package/dist/views/components/{article/components → page}/podcast/components/related-content.ssi.hbs +0 -0
  80. /package/dist/views/components/{article/components → page}/podcast/podcast_episode_article.hbs +0 -0
  81. /package/dist/views/components/{article/components → page}/podcast/podcast_playlist-inline.hbs +0 -0
  82. /package/dist/views/components/{article/components → page}/podcast/podcast_playlist_all_episodes.hbs +0 -0
  83. /package/dist/views/components/{article/components → page}/podcast/podcast_playlist_article.hbs +0 -0
  84. /package/dist/views/components/{page → pagination}/page_pagination.hbs +0 -0
  85. /package/dist/views_static/components/{article → content/copytext}/components/accordion/accordion_item.hbs +0 -0
  86. /package/dist/views_static/components/{article → content/copytext}/components/contentbox/storybook-contentbox.hbs +0 -0
  87. /package/dist/views_static/components/page/{page.hbs → index/page.hbs} +0 -0
  88. /package/dist/views_static/components/page/{page_players.hbs → index/page_players.hbs} +0 -0
  89. /package/dist/views_static/components/{article/components → page}/podcast/components/related-content.ssi.hbs +0 -0
  90. /package/dist/views_static/components/{article/components → page}/podcast/podcast_episode_article.hbs +0 -0
  91. /package/dist/views_static/components/{article/components → page}/podcast/podcast_playlist-inline.hbs +0 -0
  92. /package/dist/views_static/components/{article/components → page}/podcast/podcast_playlist_all_episodes.hbs +0 -0
  93. /package/dist/views_static/components/{article/components → page}/podcast/podcast_playlist_article.hbs +0 -0
  94. /package/dist/views_static/components/{page → pagination}/page_pagination.hbs +0 -0
  95. /package/src/assets/fixtures/{teaser → content/copytext/components/accordion}/accordion.json +0 -0
  96. /package/src/assets/fixtures/{teaser → content/copytext/components/contentbox}/contentbox.json +0 -0
  97. /package/src/assets/fixtures/{page → pagination}/page_pagination.json +0 -0
  98. /package/src/stories/views/components/{article → content/copytext}/components/accordion/accordion_item.hbs +0 -0
  99. /package/src/stories/views/components/{teaser → content/copytext/components/accordion}/fixtures/accordion.json +0 -0
  100. /package/src/stories/views/components/{teaser → content/copytext/components/contentbox}/fixtures/contentbox.json +0 -0
  101. /package/src/stories/views/components/{article → content/copytext}/components/contentbox/storybook-contentbox.hbs +0 -0
  102. /package/src/stories/views/components/page/{page.hbs → index/page.hbs} +0 -0
  103. /package/src/stories/views/components/page/{page.mdx → index/page.mdx} +0 -0
  104. /package/src/stories/views/components/page/{page_player.mdx → index/page_player.mdx} +0 -0
  105. /package/src/stories/views/components/page/{page_players.hbs → index/page_players.hbs} +0 -0
  106. /package/src/stories/views/components/{article/components → page}/podcast/components/related-content.ssi.hbs +0 -0
  107. /package/src/stories/views/components/{article/components → page}/podcast/podcastChannelRemainingEpisodesLoader.feature.js +0 -0
  108. /package/src/stories/views/components/{article/components → page}/podcast/podcast_episode_article.hbs +0 -0
  109. /package/src/stories/views/components/{article/components → page}/podcast/podcast_playlist-inline.hbs +0 -0
  110. /package/src/stories/views/components/{article/components → page}/podcast/podcast_playlist_all_episodes.hbs +0 -0
  111. /package/src/stories/views/components/{article/components → page}/podcast/podcast_playlist_article.hbs +0 -0
  112. /package/src/stories/views/components/{page → pagination}/fixtures/page_pagination.json +0 -0
  113. /package/src/stories/views/components/{page → pagination}/page_pagination.hbs +0 -0
  114. /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,15 @@
1
+ # v1.57.8 (Wed Feb 14 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - 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))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v1.57.7 (Tue Feb 13 2024)
2
14
 
3
15
  #### 🐛 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);
@@ -3308,7 +3253,7 @@ a.link:hover {
3308
3253
  border-bottom-color: var(--color-secondary-ds);
3309
3254
  }
3310
3255
  .counter-reset {
3311
- counter-reset: cnt1707819558461;
3256
+ counter-reset: cnt1707903159761;
3312
3257
  }
3313
3258
  .hyphens-auto {
3314
3259
  -webkit-hyphens: auto;
@@ -3427,6 +3372,27 @@ a.link:hover {
3427
3372
  minmax(0, 1fr) [full-end];
3428
3373
  }
3429
3374
  }
3375
+ .grid-article {
3376
+ --mobile-padding: 1.25rem;
3377
+ --desktop-padding: 40px;
3378
+ --narrow-max-width: 726px;
3379
+ --content-max-width: 940px;
3380
+ --breakout-size: calc((var(--content-max-width) - var(--narrow-max-width)) / 2);
3381
+
3382
+ grid-template-columns:
3383
+ [full-width-start] minmax(var(--mobile-padding), var(--desktop-padding))
3384
+ [content-start] minmax(0, var(--breakout-size))
3385
+ [narrow-start] min(100% - (var(--mobile-padding) * 2),var(--narrow-max-width)) [narrow-end]
3386
+ minmax(0, var(--breakout-size)) [content-end]
3387
+ minmax(var(--mobile-padding), var(--desktop-padding)) [full-width-end];
3388
+ grid-column: main;
3389
+ }
3390
+ .grid-article > :not(.article-breakout):not(.article-full-width){
3391
+ grid-column: narrow;
3392
+ }
3393
+ .article-breakout {
3394
+ grid-column: content;
3395
+ }
3430
3396
  .grid-content {
3431
3397
  grid-template-areas:
3432
3398
  "head"
@@ -3610,7 +3576,7 @@ a.link:hover {
3610
3576
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3611
3577
  }
3612
3578
  .-ordered {
3613
- counter-increment: cnt1707819558461 1;
3579
+ counter-increment: cnt1707903159761 1;
3614
3580
  }
3615
3581
  .-ordered::before {
3616
3582
  position: absolute;
@@ -3626,7 +3592,7 @@ a.link:hover {
3626
3592
  letter-spacing: .0125em;
3627
3593
  --tw-text-opacity: 1;
3628
3594
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3629
- content: counter(cnt1707819558461);
3595
+ content: counter(cnt1707903159761);
3630
3596
  }
3631
3597
  /*! ****************************/
3632
3598
  /*! 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}}
@@ -4,7 +4,7 @@
4
4
  <h3 class="mt-6 -mb-1 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
5
5
  {{/if}}
6
6
  {{#if (isStorybook)}}
7
- {{> components/article/components/contentbox/storybook-contentbox }}
7
+ {{> components/content/copytext/components/contentbox/storybook-contentbox }}
8
8
  {{else}}
9
9
  {{> modules/story/copytext-contentbox ~}}
10
10
  {{/if}}
@@ -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}}
@@ -4,7 +4,7 @@
4
4
  <h3 class="mt-6 -mb-1 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
5
5
  {{/if}}
6
6
  {{#if (isStorybook)}}
7
- {{> components/article/components/contentbox/storybook-contentbox }}
7
+ {{> components/content/copytext/components/contentbox/storybook-contentbox }}
8
8
  {{else}}
9
9
  {{> modules/story/copytext-contentbox ~}}
10
10
  {{/if}}
@@ -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.8",
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:
@@ -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",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "teaserPodcastPlaylist": {
3
3
  "logicItem": {
4
- "includePath": "components/article/components/podcast/podcast_playlist_article",
4
+ "includePath": "components/page/podcast/podcast_playlist_article",
5
5
  "includeModel": {
6
6
  "teaserSize": "100",
7
7
  "realTeaserSize": "100",
@@ -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}}
@@ -18,7 +18,7 @@ import * as AccordionStories from './accordion.stories'
18
18
  Die Akkordeon-Komponente wird in handlebars wie folgt eingebaut:
19
19
 
20
20
  ```html
21
- {{> components/article/components/accordion/accordion }}
21
+ {{> components/content/copytext/components/accordion/accordion }}
22
22
  ```
23
23
 
24
24
  <Canvas withToolbar>
@@ -1,5 +1,6 @@
1
1
  import accordion from './accordion.hbs'
2
- import accordionJson from '../../../teaser/fixtures/accordion.json'
2
+
3
+ import accordionJson from './fixtures/accordion.json'
3
4
 
4
5
  const Template = ({ ...args }) => {
5
6
  // You can either use a function to create DOM elements or use a plain html string!
@@ -8,7 +9,7 @@ const Template = ({ ...args }) => {
8
9
  }
9
10
 
10
11
  export default {
11
- title: 'Komponenten/Artikel/Komponenten/Akkordeon',
12
+ title: 'Komponenten/Content/Copytext/Akkordeon',
12
13
  }
13
14
 
14
15
  export const Default = {
@@ -4,7 +4,7 @@
4
4
  <h3 class="mt-6 -mb-1 text-lg font-normal contentbox-title font-headingSerif dark:text-text-dark">{{this.title}}</h3>
5
5
  {{/if}}
6
6
  {{#if (isStorybook)}}
7
- {{> components/article/components/contentbox/storybook-contentbox }}
7
+ {{> components/content/copytext/components/contentbox/storybook-contentbox }}
8
8
  {{else}}
9
9
  {{> modules/story/copytext-contentbox ~}}
10
10
  {{/if}}
@@ -18,7 +18,7 @@ import * as contentboxStories from './contentbox.stories'
18
18
  Die Contentbox-Komponente wird in handlebars wie folgt eingebaut:
19
19
 
20
20
  ```html
21
- {{> components/article/components/contentbox/contentbox }}
21
+ {{> components/content/copytext/components/contentbox/contentbox }}
22
22
  ```
23
23
 
24
24
  <Canvas withToolbar>
@@ -1,5 +1,5 @@
1
1
  import contentbox from './contentbox.hbs'
2
- import contentboxJson from '../../../teaser/fixtures/contentbox.json'
2
+ import contentboxJson from './fixtures/contentbox.json'
3
3
 
4
4
  const Template = ({ ...args }) => {
5
5
  // You can either use a function to create DOM elements or use a plain html string!
@@ -8,7 +8,7 @@ const Template = ({ ...args }) => {
8
8
  }
9
9
 
10
10
  export default {
11
- title: 'Komponenten/Artikel/Komponenten/Contentbox',
11
+ title: 'Komponenten/Content/Copytext/Contentbox',
12
12
  }
13
13
 
14
14
  export const Default = {
@@ -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>
@@ -1,10 +1,10 @@
1
1
  import structuredClone from 'core-js-pure/actual/structured-clone'
2
- import NavigationData from '../site_header/fixtures/site_header_default.json'
3
- import NavigationData2 from '../site_header/fixtures/site_header_mit_warnung.json'
4
- import NavigationData3 from '../site_header/fixtures/site_header_mit_submenu.json'
5
- import NavigationData4 from '../site_header/fixtures/site_header_mit_top_topics.json'
2
+ import NavigationData from '../../site_header/fixtures/site_header_default.json'
3
+ import NavigationData2 from '../../site_header/fixtures/site_header_mit_warnung.json'
4
+ import NavigationData3 from '../../site_header/fixtures/site_header_mit_submenu.json'
5
+ import NavigationData4 from '../../site_header/fixtures/site_header_mit_top_topics.json'
6
6
 
7
- import hero_teaser from '../teaser/fixtures/teaser_standard_hero_serif.json'
7
+ import hero_teaser from '../../teaser/fixtures/teaser_standard_hero_serif.json'
8
8
 
9
9
  const NavigationDataWithTeaser = structuredClone(
10
10
  Object.assign({}, NavigationData, hero_teaser.logicItem.includeModel)
@@ -1,5 +1,5 @@
1
1
  import page from './page.hbs'
2
- import page_pagination from './page_pagination.hbs'
2
+ import page_pagination from '../../pagination/page_pagination.hbs'
3
3
  import {
4
4
  NavigationDataWithTeaser,
5
5
  NavigationDataWithTeaser2,
@@ -7,7 +7,7 @@ import {
7
7
  NavigationDataWithTeaser4,
8
8
  } from './page.data.js'
9
9
 
10
- import { NavigationDataWithMixedContent } from './page_pagination.data.js'
10
+ import { NavigationDataWithMixedContent } from '../../pagination/page_pagination.data.js'
11
11
 
12
12
  const Template = (args, { globals: { theme } }) => {
13
13
  // You can either use a function to create DOM elements or use a plain html string!
@@ -24,7 +24,7 @@ const Template2 = (args, { globals: { theme } }) => {
24
24
  }
25
25
 
26
26
  export default {
27
- title: 'Komponenten/Page/Page',
27
+ title: 'Seiten/Index',
28
28
  argTypes: {},
29
29
 
30
30
  parameters: {
@@ -1,5 +1,5 @@
1
1
  import page from './page_players.hbs'
2
- import AudioDataMixed from '../page/fixtures/page.json'
2
+ import AudioDataMixed from '../fixtures/page.json'
3
3
 
4
4
  const Template = (args, { globals: { customConditionalToolbar } }) => {
5
5
  // You can either use a function to create DOM elements or use a plain html string!
@@ -10,7 +10,7 @@ const Template = (args, { globals: { customConditionalToolbar } }) => {
10
10
  }
11
11
 
12
12
  export default {
13
- title: 'Komponenten/Page/Page mit Player',
13
+ title: 'Seiten/Index mit Player',
14
14
  argTypes: {},
15
15
 
16
16
  parameters: {