hr-design-system-handlebars 1.76.0 → 1.77.0

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 (33) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/index.css +17 -31
  3. package/dist/views/components/footer/page_footer.hbs +1 -1
  4. package/dist/views/components/grid/grid_group_highlight.hbs +1 -1
  5. package/dist/views/components/grid/grid_group_tabbed.hbs +1 -1
  6. package/dist/views/components/grid/grid_group_wrapper_classes.hbs +1 -1
  7. package/dist/views/components/site_header/brand_navigation/brand_navigation.hbs +1 -1
  8. package/dist/views/components/site_header/navigation_flyout/navigation_flyout.hbs +1 -1
  9. package/dist/views/components/site_header/section_navigation/section_navigation.hbs +1 -1
  10. package/dist/views/components/site_header/service_navigation/service_navigation.hbs +1 -1
  11. package/dist/views/components/teaser/tabbox/group_tabbox.hbs +1 -1
  12. package/dist/views/components/teaser/teaser_stage.hbs +2 -2
  13. package/dist/views_static/components/footer/page_footer.hbs +1 -1
  14. package/dist/views_static/components/grid/grid_group_highlight.hbs +1 -1
  15. package/dist/views_static/components/grid/grid_group_tabbed.hbs +1 -1
  16. package/dist/views_static/components/grid/grid_group_wrapper_classes.hbs +1 -1
  17. package/dist/views_static/components/site_header/brand_navigation/brand_navigation.hbs +1 -1
  18. package/dist/views_static/components/site_header/navigation_flyout/navigation_flyout.hbs +1 -1
  19. package/dist/views_static/components/site_header/section_navigation/section_navigation.hbs +1 -1
  20. package/dist/views_static/components/site_header/service_navigation/service_navigation.hbs +1 -1
  21. package/dist/views_static/components/teaser/tabbox/group_tabbox.hbs +1 -1
  22. package/dist/views_static/components/teaser/teaser_stage.hbs +2 -2
  23. package/package.json +1 -1
  24. package/src/stories/views/components/footer/page_footer.hbs +1 -1
  25. package/src/stories/views/components/grid/grid_group_highlight.hbs +1 -1
  26. package/src/stories/views/components/grid/grid_group_tabbed.hbs +1 -1
  27. package/src/stories/views/components/grid/grid_group_wrapper_classes.hbs +1 -1
  28. package/src/stories/views/components/site_header/brand_navigation/brand_navigation.hbs +1 -1
  29. package/src/stories/views/components/site_header/navigation_flyout/navigation_flyout.hbs +1 -1
  30. package/src/stories/views/components/site_header/section_navigation/section_navigation.hbs +1 -1
  31. package/src/stories/views/components/site_header/service_navigation/service_navigation.hbs +1 -1
  32. package/src/stories/views/components/teaser/tabbox/group_tabbox.hbs +1 -1
  33. package/src/stories/views/components/teaser/teaser_stage.hbs +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.77.0 (Wed Jul 03 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - DPE-3187 - Abstand der Breadcrumb anpassen [#979](https://github.com/mumprod/hr-design-system-handlebars/pull/979) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v1.76.0 (Wed Jul 03 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -2662,6 +2662,10 @@ article.indexTextDS .indexTextHighlighted .link {
2662
2662
  padding-left: 0.375rem;
2663
2663
  padding-right: 0.375rem;
2664
2664
  }
2665
+ .px-10 {
2666
+ padding-left: 2.5rem;
2667
+ padding-right: 2.5rem;
2668
+ }
2665
2669
  .px-2 {
2666
2670
  padding-left: 0.5rem;
2667
2671
  padding-right: 0.5rem;
@@ -2690,14 +2694,6 @@ article.indexTextDS .indexTextHighlighted .link {
2690
2694
  padding-left: 1.5rem;
2691
2695
  padding-right: 1.5rem;
2692
2696
  }
2693
- .px-9 {
2694
- padding-left: 2.25rem;
2695
- padding-right: 2.25rem;
2696
- }
2697
- .px-9\.5 {
2698
- padding-left: 2.375rem;
2699
- padding-right: 2.375rem;
2700
- }
2701
2697
  .py-0 {
2702
2698
  padding-top: 0px;
2703
2699
  padding-bottom: 0px;
@@ -3381,7 +3377,7 @@ article.indexTextDS .indexTextHighlighted .link {
3381
3377
  border-bottom-color: var(--color-secondary-ds);
3382
3378
  }
3383
3379
  .counter-reset {
3384
- counter-reset: cnt1719999527390;
3380
+ counter-reset: cnt1720016322748;
3385
3381
  }
3386
3382
  .hyphens-auto {
3387
3383
  -webkit-hyphens: auto;
@@ -3779,7 +3775,7 @@ article.indexTextDS .indexTextHighlighted .link {
3779
3775
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3780
3776
  }
3781
3777
  .-ordered {
3782
- counter-increment: cnt1719999527390 1;
3778
+ counter-increment: cnt1720016322748 1;
3783
3779
  }
3784
3780
  .-ordered::before {
3785
3781
  position: absolute;
@@ -3795,7 +3791,7 @@ article.indexTextDS .indexTextHighlighted .link {
3795
3791
  letter-spacing: .0125em;
3796
3792
  --tw-text-opacity: 1;
3797
3793
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3798
- content: counter(cnt1719999527390);
3794
+ content: counter(cnt1720016322748);
3799
3795
  }
3800
3796
  /*! ****************************/
3801
3797
  /*! DataPolicy stuff */
@@ -6279,6 +6275,11 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
6279
6275
  padding-right: 0px;
6280
6276
  }
6281
6277
 
6278
+ .sm\:px-10 {
6279
+ padding-left: 2.5rem;
6280
+ padding-right: 2.5rem;
6281
+ }
6282
+
6282
6283
  .sm\:px-11 {
6283
6284
  padding-left: 2.75rem;
6284
6285
  padding-right: 2.75rem;
@@ -6833,6 +6834,11 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
6833
6834
  padding-right: 0px;
6834
6835
  }
6835
6836
 
6837
+ .md\:px-10 {
6838
+ padding-left: 2.5rem;
6839
+ padding-right: 2.5rem;
6840
+ }
6841
+
6836
6842
  .md\:px-4 {
6837
6843
  padding-left: 1rem;
6838
6844
  padding-right: 1rem;
@@ -6843,16 +6849,6 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
6843
6849
  padding-right: 1.25rem;
6844
6850
  }
6845
6851
 
6846
- .md\:px-9 {
6847
- padding-left: 2.25rem;
6848
- padding-right: 2.25rem;
6849
- }
6850
-
6851
- .md\:px-9\.5 {
6852
- padding-left: 2.375rem;
6853
- padding-right: 2.375rem;
6854
- }
6855
-
6856
6852
  .md\:py-0 {
6857
6853
  padding-top: 0px;
6858
6854
  padding-bottom: 0px;
@@ -7538,16 +7534,6 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
7538
7534
  padding-right: 1rem;
7539
7535
  }
7540
7536
 
7541
- .lg\:px-9 {
7542
- padding-left: 2.25rem;
7543
- padding-right: 2.25rem;
7544
- }
7545
-
7546
- .lg\:px-9\.5 {
7547
- padding-left: 2.375rem;
7548
- padding-right: 2.375rem;
7549
- }
7550
-
7551
7537
  .lg\:py-0 {
7552
7538
  padding-top: 0px;
7553
7539
  padding-bottom: 0px;
@@ -1,6 +1,6 @@
1
1
  <footer class="relative grid justify-center w-full text-base border-t grid-page ui-test-footer pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
2
2
  <div class="absolute top-feature-box-height" x-data x-intersect="$store.footerIsVisible = true" x-intersect:leave="$store.footerIsVisible = false"></div>
3
- <div class="col-full sm:col-main md:px-9.5">
3
+ <div class="col-full sm:col-main md:px-10">
4
4
  <span class="hidden">Footer Navigation</span>
5
5
 
6
6
  <div class="flex flex-wrap justify-start list-none">
@@ -1,6 +1,6 @@
1
1
  </div>
2
2
  <div class="grid col-full grid-page my-5 md:my-7{{inline-switch _backgroundColor '["1","2"]' '[" bg-gray-concrete"," bg-orange-bridesmaid"]'}}">
3
- <section class="grid grid-cols-12 py-5 md:py-7 sm:px-9.5 col-full sm:col-main gap-x-6 gap-y-9">
3
+ <section class="grid grid-cols-12 py-5 md:py-7 sm:px-10 col-full sm:col-main gap-x-6 gap-y-9">
4
4
  <div class="grid content-start grid-cols-12 col-span-12 gap-x-6 gap-y-6">
5
5
  {{> @partial-block }}
6
6
  </div>
@@ -1,5 +1,5 @@
1
1
  </div>
2
- <section class="grid grid-cols-12 px-9.5 py-8 mx-4 mt-6 bg-blue-400 sm:mx-0 rounded-tl-hr rounded-br-hr col-full sm:col-main gap-x-6 gap-y-6">
2
+ <section class="grid grid-cols-12 px-10 py-8 mx-4 mt-6 bg-blue-400 sm:mx-0 rounded-tl-hr rounded-br-hr col-full sm:col-main gap-x-6 gap-y-6">
3
3
  {{> @partial-block }}
4
4
  </section>
5
5
  <div class="{{> components/grid/grid_group_wrapper_classes }} hideGridGroupIfEmpty">
@@ -1 +1 @@
1
- grid grid-cols-12 bg-white pt-5 md:pt-7 sm:px-9.5 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14
1
+ grid grid-cols-12 bg-white pt-5 md:pt-7 sm:px-10 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14
@@ -1,4 +1,4 @@
1
- <div class="grid-cols-12 px-5 lg:px-9.5 col-full sm:col-main">
1
+ <div class="grid-cols-12 px-5 lg:px-10 col-full sm:col-main">
2
2
  {{#> components/horizontal_scroll_container/horizontal_scroll_container _viewport="xs" _bgcolor="var(--color-brandnavigation-bg)" _iconcolor="primary" }}
3
3
  <nav class="flex w-full text-xs list-none text-grey-scorpion">
4
4
  <span id="brandNavHeading" class="hidden">Navigation der Marken des Hessischen Rundfunks</span>
@@ -40,7 +40,7 @@
40
40
  {{/if}}
41
41
  {{/if}}
42
42
 
43
- <div class="{{#if this.showAsFlyout}}lg:flex lg:flex-row -columnCount--{{this.columnCount}} lg:divide-x lg:divide-gray-200 {{else}} {{#if ../this.selected}} lg:grid-cols-12 lg:px-9.5 col-main {{/if}}{{/if}}">
43
+ <div class="{{#if this.showAsFlyout}}lg:flex lg:flex-row -columnCount--{{this.columnCount}} lg:divide-x lg:divide-gray-200 {{else}} {{#if ../this.selected}} lg:grid-cols-12 lg:px-10 col-main {{/if}}{{/if}}">
44
44
  {{#if this.showAsFlyout}}
45
45
  {{#each this.columns}}
46
46
  {{> components/site_header/navigation_flyout/navigation_flyout_column _count=../this.columnCount _navtype=../../_navigationType _parent=../../_parent _flyout=true~}}
@@ -1,6 +1,6 @@
1
1
  <div
2
2
  id="sectionNav"
3
- class="w-full px-0 mt-10 sb-section-navigation md:mt-0 lg:grid-cols-12 lg:px-9.5 lg:col-main "
3
+ class="w-full px-0 mt-10 sb-section-navigation md:mt-0 lg:grid-cols-12 lg:px-10 lg:col-main "
4
4
  x-effect="$el.setAttribute('aria-expanded', $store.burgeropen || $screen('lg')); $el.setAttribute('aria-hidden', ! ($store.burgeropen || $screen('lg')))"
5
5
  >
6
6
  {{#> components/horizontal_scroll_container/horizontal_scroll_container _viewport="lg" _bgcolor="var(--color-navigation-bg)" _iconcolor="navigation-icons"}}
@@ -1,5 +1,5 @@
1
1
  <div id="serviceNavMainContainer"
2
- class="flex w-full h-10 md:h-12 lg:h-16 z-110 pl-5 pr-3 md:pr-0 lg:px-9.5 col-full sm:col-main">
2
+ class="flex w-full h-10 pl-5 pr-3 md:h-12 lg:h-16 z-110 md:pr-0 lg:px-10 col-full sm:col-main">
3
3
  <span id="serviceNavHeadline" class="hidden print:hidden">Service Navigation</span>
4
4
  <div id="serviceLogoWrapper"
5
5
  class="flex items-center order-1 w-full bg-navigation-bg md:h-12 lg:h-16 md:w-1/2 md:max-w-1/2 lg:w-1/4 lg:max-w-1/4">
@@ -2,7 +2,7 @@
2
2
  x-show="tab === '{{this.groupTitle}}'"
3
3
  class="pb-10"
4
4
  >
5
- <div class="grid items-start content-start grid-cols-12 px-0 sm:px-9.5 colspan-12 gap-x-6 gap-y-6">
5
+ <div class="grid items-start content-start grid-cols-12 px-0 sm:px-10 colspan-12 gap-x-6 gap-y-6">
6
6
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
7
7
  </div>
8
8
  {{~#if this.link~}}
@@ -1,12 +1,12 @@
1
1
  {{#with this.teaser}}
2
- <div class="grid grid-page relative">
2
+ <div class="relative grid grid-page">
3
3
  <article class="col-full grid grid-page relative overflow-hidden before:content-[''] before:absolute before:h-5 before:shadow-stage before:z-10 before:-top-5 before:-left-2.5 before:-right-2.5 after:content-[''] after:absolute after:bottom-0 after:col-full after:w-full after:block after:h-5 after:bg-stagePrimary lg:after:relative">
4
4
  {{#unless this.isWide}}
5
5
  <div class="absolute w-15/12">
6
6
  {{> components/base/image/responsive_image this.teaserImage _type="stage" _variant="default" _addClassImg="w-full blur-2xl"}}
7
7
  </div>
8
8
  {{/unless}}
9
- <div class="col-full lg:col-main lg:px-9.5 relative">
9
+ <div class="relative col-full lg:col-main lg:px-10">
10
10
  <div class="relative max-h-stage overflow-visible before:content-[''] before:block before:w-full before:pt-3/4 sm:before:pt-stage">
11
11
  <div class="{{#if this.isWide}}lg:absolute lg:h-full lg:w-full-hd lg:left-1/2 lg:top-0 lg:-ml-240{{else}}absolute h-full w-full top-0{{/if}}">
12
12
  {{#if this.isWide}}
@@ -1,6 +1,6 @@
1
1
  <footer class="relative grid justify-center w-full text-base border-t grid-page ui-test-footer pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
2
2
  <div class="absolute top-feature-box-height" x-data x-intersect="$store.footerIsVisible = true" x-intersect:leave="$store.footerIsVisible = false"></div>
3
- <div class="col-full sm:col-main md:px-9.5">
3
+ <div class="col-full sm:col-main md:px-10">
4
4
  <span class="hidden">Footer Navigation</span>
5
5
 
6
6
  <div class="flex flex-wrap justify-start list-none">
@@ -1,6 +1,6 @@
1
1
  </div>
2
2
  <div class="grid col-full grid-page my-5 md:my-7{{inline-switch _backgroundColor '["1","2"]' '[" bg-gray-concrete"," bg-orange-bridesmaid"]'}}">
3
- <section class="grid grid-cols-12 py-5 md:py-7 sm:px-9.5 col-full sm:col-main gap-x-6 gap-y-9">
3
+ <section class="grid grid-cols-12 py-5 md:py-7 sm:px-10 col-full sm:col-main gap-x-6 gap-y-9">
4
4
  <div class="grid content-start grid-cols-12 col-span-12 gap-x-6 gap-y-6">
5
5
  {{> @partial-block }}
6
6
  </div>
@@ -1,5 +1,5 @@
1
1
  </div>
2
- <section class="grid grid-cols-12 px-9.5 py-8 mx-4 mt-6 bg-blue-400 sm:mx-0 rounded-tl-hr rounded-br-hr col-full sm:col-main gap-x-6 gap-y-6">
2
+ <section class="grid grid-cols-12 px-10 py-8 mx-4 mt-6 bg-blue-400 sm:mx-0 rounded-tl-hr rounded-br-hr col-full sm:col-main gap-x-6 gap-y-6">
3
3
  {{> @partial-block }}
4
4
  </section>
5
5
  <div class="{{> components/grid/grid_group_wrapper_classes }} hideGridGroupIfEmpty">
@@ -1 +1 @@
1
- grid grid-cols-12 bg-white pt-5 md:pt-7 sm:px-9.5 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14
1
+ grid grid-cols-12 bg-white pt-5 md:pt-7 sm:px-10 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14
@@ -1,4 +1,4 @@
1
- <div class="grid-cols-12 px-5 lg:px-9.5 col-full sm:col-main">
1
+ <div class="grid-cols-12 px-5 lg:px-10 col-full sm:col-main">
2
2
  {{#> components/horizontal_scroll_container/horizontal_scroll_container _viewport="xs" _bgcolor="var(--color-brandnavigation-bg)" _iconcolor="primary" }}
3
3
  <nav class="flex w-full text-xs list-none text-grey-scorpion">
4
4
  <span id="brandNavHeading" class="hidden">Navigation der Marken des Hessischen Rundfunks</span>
@@ -40,7 +40,7 @@
40
40
  {{/if}}
41
41
  {{/if}}
42
42
 
43
- <div class="{{#if this.showAsFlyout}}lg:flex lg:flex-row -columnCount--{{this.columnCount}} lg:divide-x lg:divide-gray-200 {{else}} {{#if ../this.selected}} lg:grid-cols-12 lg:px-9.5 col-main {{/if}}{{/if}}">
43
+ <div class="{{#if this.showAsFlyout}}lg:flex lg:flex-row -columnCount--{{this.columnCount}} lg:divide-x lg:divide-gray-200 {{else}} {{#if ../this.selected}} lg:grid-cols-12 lg:px-10 col-main {{/if}}{{/if}}">
44
44
  {{#if this.showAsFlyout}}
45
45
  {{#each this.columns}}
46
46
  {{> components/site_header/navigation_flyout/navigation_flyout_column _count=../this.columnCount _navtype=../../_navigationType _parent=../../_parent _flyout=true~}}
@@ -1,6 +1,6 @@
1
1
  <div
2
2
  id="sectionNav"
3
- class="w-full px-0 mt-10 sb-section-navigation md:mt-0 lg:grid-cols-12 lg:px-9.5 lg:col-main "
3
+ class="w-full px-0 mt-10 sb-section-navigation md:mt-0 lg:grid-cols-12 lg:px-10 lg:col-main "
4
4
  x-effect="$el.setAttribute('aria-expanded', $store.burgeropen || $screen('lg')); $el.setAttribute('aria-hidden', ! ($store.burgeropen || $screen('lg')))"
5
5
  >
6
6
  {{#> components/horizontal_scroll_container/horizontal_scroll_container _viewport="lg" _bgcolor="var(--color-navigation-bg)" _iconcolor="navigation-icons"}}
@@ -1,5 +1,5 @@
1
1
  <div id="serviceNavMainContainer"
2
- class="flex w-full h-10 md:h-12 lg:h-16 z-110 pl-5 pr-3 md:pr-0 lg:px-9.5 col-full sm:col-main">
2
+ class="flex w-full h-10 pl-5 pr-3 md:h-12 lg:h-16 z-110 md:pr-0 lg:px-10 col-full sm:col-main">
3
3
  <span id="serviceNavHeadline" class="hidden print:hidden">Service Navigation</span>
4
4
  <div id="serviceLogoWrapper"
5
5
  class="flex items-center order-1 w-full bg-navigation-bg md:h-12 lg:h-16 md:w-1/2 md:max-w-1/2 lg:w-1/4 lg:max-w-1/4">
@@ -2,7 +2,7 @@
2
2
  x-show="tab === '{{this.groupTitle}}'"
3
3
  class="pb-10"
4
4
  >
5
- <div class="grid items-start content-start grid-cols-12 px-0 sm:px-9.5 colspan-12 gap-x-6 gap-y-6">
5
+ <div class="grid items-start content-start grid-cols-12 px-0 sm:px-10 colspan-12 gap-x-6 gap-y-6">
6
6
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
7
7
  </div>
8
8
  {{~#if this.link~}}
@@ -1,12 +1,12 @@
1
1
  {{#with this.teaser}}
2
- <div class="grid grid-page relative">
2
+ <div class="relative grid grid-page">
3
3
  <article class="col-full grid grid-page relative overflow-hidden before:content-[''] before:absolute before:h-5 before:shadow-stage before:z-10 before:-top-5 before:-left-2.5 before:-right-2.5 after:content-[''] after:absolute after:bottom-0 after:col-full after:w-full after:block after:h-5 after:bg-stagePrimary lg:after:relative">
4
4
  {{#unless this.isWide}}
5
5
  <div class="absolute w-15/12">
6
6
  {{> components/base/image/responsive_image this.teaserImage _type="stage" _variant="default" _addClassImg="w-full blur-2xl"}}
7
7
  </div>
8
8
  {{/unless}}
9
- <div class="col-full lg:col-main lg:px-9.5 relative">
9
+ <div class="relative col-full lg:col-main lg:px-10">
10
10
  <div class="relative max-h-stage overflow-visible before:content-[''] before:block before:w-full before:pt-3/4 sm:before:pt-stage">
11
11
  <div class="{{#if this.isWide}}lg:absolute lg:h-full lg:w-full-hd lg:left-1/2 lg:top-0 lg:-ml-240{{else}}absolute h-full w-full top-0{{/if}}">
12
12
  {{#if this.isWide}}
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.76.0",
9
+ "version": "1.77.0",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,6 +1,6 @@
1
1
  <footer class="relative grid justify-center w-full text-base border-t grid-page ui-test-footer pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
2
2
  <div class="absolute top-feature-box-height" x-data x-intersect="$store.footerIsVisible = true" x-intersect:leave="$store.footerIsVisible = false"></div>
3
- <div class="col-full sm:col-main md:px-9.5">
3
+ <div class="col-full sm:col-main md:px-10">
4
4
  <span class="hidden">Footer Navigation</span>
5
5
 
6
6
  <div class="flex flex-wrap justify-start list-none">
@@ -1,6 +1,6 @@
1
1
  </div>
2
2
  <div class="grid col-full grid-page my-5 md:my-7{{inline-switch _backgroundColor '["1","2"]' '[" bg-gray-concrete"," bg-orange-bridesmaid"]'}}">
3
- <section class="grid grid-cols-12 py-5 md:py-7 sm:px-9.5 col-full sm:col-main gap-x-6 gap-y-9">
3
+ <section class="grid grid-cols-12 py-5 md:py-7 sm:px-10 col-full sm:col-main gap-x-6 gap-y-9">
4
4
  <div class="grid content-start grid-cols-12 col-span-12 gap-x-6 gap-y-6">
5
5
  {{> @partial-block }}
6
6
  </div>
@@ -1,5 +1,5 @@
1
1
  </div>
2
- <section class="grid grid-cols-12 px-9.5 py-8 mx-4 mt-6 bg-blue-400 sm:mx-0 rounded-tl-hr rounded-br-hr col-full sm:col-main gap-x-6 gap-y-6">
2
+ <section class="grid grid-cols-12 px-10 py-8 mx-4 mt-6 bg-blue-400 sm:mx-0 rounded-tl-hr rounded-br-hr col-full sm:col-main gap-x-6 gap-y-6">
3
3
  {{> @partial-block }}
4
4
  </section>
5
5
  <div class="{{> components/grid/grid_group_wrapper_classes }} hideGridGroupIfEmpty">
@@ -1 +1 @@
1
- grid grid-cols-12 bg-white pt-5 md:pt-7 sm:px-9.5 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14
1
+ grid grid-cols-12 bg-white pt-5 md:pt-7 sm:px-10 col-full sm:col-main gap-x-6 gap-y-10 md:gap-y-14
@@ -1,4 +1,4 @@
1
- <div class="grid-cols-12 px-5 lg:px-9.5 col-full sm:col-main">
1
+ <div class="grid-cols-12 px-5 lg:px-10 col-full sm:col-main">
2
2
  {{#> components/horizontal_scroll_container/horizontal_scroll_container _viewport="xs" _bgcolor="var(--color-brandnavigation-bg)" _iconcolor="primary" }}
3
3
  <nav class="flex w-full text-xs list-none text-grey-scorpion">
4
4
  <span id="brandNavHeading" class="hidden">Navigation der Marken des Hessischen Rundfunks</span>
@@ -40,7 +40,7 @@
40
40
  {{/if}}
41
41
  {{/if}}
42
42
 
43
- <div class="{{#if this.showAsFlyout}}lg:flex lg:flex-row -columnCount--{{this.columnCount}} lg:divide-x lg:divide-gray-200 {{else}} {{#if ../this.selected}} lg:grid-cols-12 lg:px-9.5 col-main {{/if}}{{/if}}">
43
+ <div class="{{#if this.showAsFlyout}}lg:flex lg:flex-row -columnCount--{{this.columnCount}} lg:divide-x lg:divide-gray-200 {{else}} {{#if ../this.selected}} lg:grid-cols-12 lg:px-10 col-main {{/if}}{{/if}}">
44
44
  {{#if this.showAsFlyout}}
45
45
  {{#each this.columns}}
46
46
  {{> components/site_header/navigation_flyout/navigation_flyout_column _count=../this.columnCount _navtype=../../_navigationType _parent=../../_parent _flyout=true~}}
@@ -1,6 +1,6 @@
1
1
  <div
2
2
  id="sectionNav"
3
- class="w-full px-0 mt-10 sb-section-navigation md:mt-0 lg:grid-cols-12 lg:px-9.5 lg:col-main "
3
+ class="w-full px-0 mt-10 sb-section-navigation md:mt-0 lg:grid-cols-12 lg:px-10 lg:col-main "
4
4
  x-effect="$el.setAttribute('aria-expanded', $store.burgeropen || $screen('lg')); $el.setAttribute('aria-hidden', ! ($store.burgeropen || $screen('lg')))"
5
5
  >
6
6
  {{#> components/horizontal_scroll_container/horizontal_scroll_container _viewport="lg" _bgcolor="var(--color-navigation-bg)" _iconcolor="navigation-icons"}}
@@ -1,5 +1,5 @@
1
1
  <div id="serviceNavMainContainer"
2
- class="flex w-full h-10 md:h-12 lg:h-16 z-110 pl-5 pr-3 md:pr-0 lg:px-9.5 col-full sm:col-main">
2
+ class="flex w-full h-10 pl-5 pr-3 md:h-12 lg:h-16 z-110 md:pr-0 lg:px-10 col-full sm:col-main">
3
3
  <span id="serviceNavHeadline" class="hidden print:hidden">Service Navigation</span>
4
4
  <div id="serviceLogoWrapper"
5
5
  class="flex items-center order-1 w-full bg-navigation-bg md:h-12 lg:h-16 md:w-1/2 md:max-w-1/2 lg:w-1/4 lg:max-w-1/4">
@@ -2,7 +2,7 @@
2
2
  x-show="tab === '{{this.groupTitle}}'"
3
3
  class="pb-10"
4
4
  >
5
- <div class="grid items-start content-start grid-cols-12 px-0 sm:px-9.5 colspan-12 gap-x-6 gap-y-6">
5
+ <div class="grid items-start content-start grid-cols-12 px-0 sm:px-10 colspan-12 gap-x-6 gap-y-6">
6
6
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
7
7
  </div>
8
8
  {{~#if this.link~}}
@@ -1,12 +1,12 @@
1
1
  {{#with this.teaser}}
2
- <div class="grid grid-page relative">
2
+ <div class="relative grid grid-page">
3
3
  <article class="col-full grid grid-page relative overflow-hidden before:content-[''] before:absolute before:h-5 before:shadow-stage before:z-10 before:-top-5 before:-left-2.5 before:-right-2.5 after:content-[''] after:absolute after:bottom-0 after:col-full after:w-full after:block after:h-5 after:bg-stagePrimary lg:after:relative">
4
4
  {{#unless this.isWide}}
5
5
  <div class="absolute w-15/12">
6
6
  {{> components/base/image/responsive_image this.teaserImage _type="stage" _variant="default" _addClassImg="w-full blur-2xl"}}
7
7
  </div>
8
8
  {{/unless}}
9
- <div class="col-full lg:col-main lg:px-9.5 relative">
9
+ <div class="relative col-full lg:col-main lg:px-10">
10
10
  <div class="relative max-h-stage overflow-visible before:content-[''] before:block before:w-full before:pt-3/4 sm:before:pt-stage">
11
11
  <div class="{{#if this.isWide}}lg:absolute lg:h-full lg:w-full-hd lg:left-1/2 lg:top-0 lg:-ml-240{{else}}absolute h-full w-full top-0{{/if}}">
12
12
  {{#if this.isWide}}