hr-design-system-handlebars 0.52.2 → 0.53.2

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 (61) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/views/components/audio/audio_element.hbs +2 -2
  3. package/dist/views/components/base/image/responsive_image.hbs +11 -11
  4. package/dist/views/components/base/link.hbs +6 -6
  5. package/dist/views/components/base/loadSSI.hbs +1 -1
  6. package/dist/views/components/base/load_dynamic.hbs +1 -1
  7. package/dist/views/components/grid/grid.hbs +29 -29
  8. package/dist/views/components/grid/grid_group.hbs +1 -1
  9. package/dist/views/components/grid/grid_item.hbs +1 -1
  10. package/dist/views/components/label/label.hbs +14 -7
  11. package/dist/views/components/site_header/navigation_flyout/navigation_flyout_item.hbs +1 -1
  12. package/dist/views/components/site_header/service_navigation/service_list.hbs +1 -1
  13. package/dist/views/components/teaser/components/teaser_byline.hbs +4 -4
  14. package/dist/views/components/teaser/components/teaser_comments.hbs +1 -1
  15. package/dist/views/components/teaser/components/teaser_heading.hbs +7 -7
  16. package/dist/views/components/teaser/components/teaser_image.hbs +2 -2
  17. package/dist/views/components/teaser/components/teaser_text.hbs +2 -6
  18. package/dist/views/components/teaser/components/teaser_title.hbs +2 -2
  19. package/dist/views/components/teaser/components/teaser_title_classes.hbs +10 -9
  20. package/dist/views/components/teaser/components/teaser_topline.hbs +3 -3
  21. package/dist/views/components/teaser/teaser_alternativ.hbs +10 -9
  22. package/dist/views/components/teaser/teaser_logic/teaser_logic.hbs +1 -1
  23. package/dist/views/components/teaser/teaser_logic/teaser_logic.ssi.hbs +1 -1
  24. package/dist/views/components/teaser/teaser_poster.hbs +5 -5
  25. package/dist/views/components/teaser/teaser_standard.hbs +10 -10
  26. package/dist/views/components/video/livestream/video_livestream.hbs +5 -5
  27. package/dist/views/components/video/video_element.hbs +2 -2
  28. package/package.json +1 -1
  29. package/src/stories/views/components/audio/audio_element.hbs +2 -2
  30. package/src/stories/views/components/base/image/responsive_image.hbs +11 -11
  31. package/src/stories/views/components/base/link.hbs +6 -6
  32. package/src/stories/views/components/base/loadSSI.hbs +1 -1
  33. package/src/stories/views/components/base/load_dynamic.hbs +1 -1
  34. package/src/stories/views/components/grid/grid.hbs +29 -29
  35. package/src/stories/views/components/grid/grid_group.hbs +1 -1
  36. package/src/stories/views/components/grid/grid_item.hbs +1 -1
  37. package/src/stories/views/components/label/label.hbs +14 -7
  38. package/src/stories/views/components/label/label.stories.mdx +26 -26
  39. package/src/stories/views/components/site_header/navigation_flyout/navigation_flyout_item.hbs +1 -1
  40. package/src/stories/views/components/site_header/service_navigation/service_list.hbs +1 -1
  41. package/src/stories/views/components/teaser/components/teaser_byline.hbs +4 -4
  42. package/src/stories/views/components/teaser/components/teaser_comments.hbs +1 -1
  43. package/src/stories/views/components/teaser/components/teaser_heading.hbs +7 -7
  44. package/src/stories/views/components/teaser/components/teaser_heading.stories.mdx +25 -25
  45. package/src/stories/views/components/teaser/components/teaser_image.hbs +2 -2
  46. package/src/stories/views/components/teaser/components/teaser_text.hbs +2 -6
  47. package/src/stories/views/components/teaser/components/teaser_text.stories.mdx +10 -10
  48. package/src/stories/views/components/teaser/components/teaser_title.hbs +2 -2
  49. package/src/stories/views/components/teaser/components/teaser_title.stories.mdx +17 -17
  50. package/src/stories/views/components/teaser/components/teaser_title_classes.hbs +10 -9
  51. package/src/stories/views/components/teaser/components/teaser_topline.hbs +3 -3
  52. package/src/stories/views/components/teaser/components/teaser_topline.stories.mdx +34 -30
  53. package/src/stories/views/components/teaser/teaser_alternativ.hbs +10 -9
  54. package/src/stories/views/components/teaser/teaser_alternativ.stories.mdx +33 -24
  55. package/src/stories/views/components/teaser/teaser_alternativ_av.stories.mdx +31 -22
  56. package/src/stories/views/components/teaser/teaser_logic/teaser_logic.hbs +1 -1
  57. package/src/stories/views/components/teaser/teaser_logic/teaser_logic.ssi.hbs +1 -1
  58. package/src/stories/views/components/teaser/teaser_poster.hbs +5 -5
  59. package/src/stories/views/components/teaser/teaser_standard.hbs +10 -10
  60. package/src/stories/views/components/video/livestream/video_livestream.hbs +5 -5
  61. package/src/stories/views/components/video/video_element.hbs +2 -2
@@ -1,14 +1,14 @@
1
- <article class="mx-5 md:mx-0 relative col-span-12 flex gap-y-5 gap-x-4 {{inline-switch teaserSize '["33","50"]' '["md:col-span-4 flex-col","md:col-span-6 flex-col","flex-col"]'}} ">
1
+ <article class="mx-5 md:mx-0 relative col-span-12 flex gap-y-5 gap-x-4 {{inline-switch this.teaserSize '["33","50"]' '["md:col-span-4 flex-col","md:col-span-6 flex-col","flex-col"]'}} ">
2
2
  <figure class="ar-1-1" aria-hidden="true">
3
- {{~> components/base/image/responsive_image this.teaserImage type=this.teaserType variant=this.content.imageVariant noDelay=../_noDelay addClassImg="ar__content rounded-tl-3xl rounded-br-3xl" ~}}
3
+ {{~> components/base/image/responsive_image this.teaserImage _type=this.teaserType _variant=this.content.imageVariant _noDelay=../_noDelay _addClassImg="ar__content rounded-tl-3xl rounded-br-3xl" ~}}
4
4
  </figure>
5
5
  <div class="absolute flex justify-center w-full h-full bg-gradient-to-t from-black rounded-tl-3xl rounded-br-3xl" aria-hidden="true">
6
6
  <div class="self-center block mx-8 text-center text-white">
7
- {{> components/teaser/components/teaser_heading headlineTag="h2" size=teaserSize font=(inline-switch isSerifHeading '[true, false]' '["font-headingSerif","font-heading font-bold"]') }}
7
+ {{> components/teaser/components/teaser_heading _headlineTag="h2" _label=this.label _readMore=this.link.readMoreText.readMoreScreenreader _size=this.teaserSize _title=this.title _topline=this.topline _teaserType=this.teaserType _font=(inline-switch isSerifHeading '[true, false]' '["font-headingSerif","font-heading font-bold"]') }}
8
8
  </div>
9
9
  </div>
10
- {{#>components/base/link css="absolute flex w-full h-full justify-center" isAriaHidden=true doTracking=(if this.doTracking 'true') clickLabelPrefix1=this.teaserSize clickLabelPrefix2="mediaLink" }}
11
- <div class="self-end {{inline-switch teaserSize '["33","50"]' '["mb-8 px-2","mb-8 md:mb-16 px-4 py-2.5"]'}} text-white border border-white font-heading hover:bg-white hover:text-toplineColor hover:border-toplineColor">{{this.link.readMoreText.readMoreLong}}</div>
10
+ {{#>components/base/link _css="absolute flex w-full h-full justify-center" _isAriaHidden=true _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="mediaLink" }}
11
+ <div class="self-end {{inline-switch this.teaserSize '["33","50"]' '["mb-8 px-2","mb-8 md:mb-16 px-4 py-2.5"]'}} text-white border border-white font-heading hover:bg-white hover:text-toplineColor hover:border-toplineColor">{{this.link.readMoreText.readMoreLong}}</div>
12
12
  {{/components/base/link}}
13
13
  <span class="sr-only">{{this.link.readMoreText.readMoreLong}}: {{this.title}}</span>
14
14
  </article>
@@ -13,21 +13,21 @@
13
13
  </figure>
14
14
  <div class="{{~#if this.isMobile1to1}}basis-3/5 md:flex-full{{/if~}}">
15
15
  <header class="md:px-0{{#unless this.isMobile1to1}} px-5{{/unless}}">
16
- {{#>components/base/link css="hover:text-toplineColor" doTracking=(if this.doTracking 'true') clickLabelPrefix1=this.teaserSize clickLabelPrefix2="headlineLink" }}
16
+ {{#>components/base/link _css="hover:text-toplineColor" _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="headlineLink" }}
17
17
  {{> components/teaser/components/teaser_heading
18
- fontVariant=this.headingFontVariant
19
- headlineTag=this.headlineTag
20
- label=this.label
21
- readMore=this.link.readMoreText.readMoreScreenreader
22
- size=this.teaserSize
23
- title=this.title
24
- topline=this.topline
25
- teaserType=this.teaserType
18
+ _fontVariant=this.headingFontVariant
19
+ _headlineTag=this.headlineTag
20
+ _label=this.label
21
+ _readMore=this.link.readMoreText.readMoreScreenreader
22
+ _size=this.teaserSize
23
+ _title=this.title
24
+ _topline=this.topline
25
+ _teaserType=this.teaserType
26
26
  _isMobile1to1=this.isMobile1to1}}
27
27
  {{/components/base/link}}
28
28
  </header>
29
29
  <section class="md:px-0{{#unless this.isMobile1to1}} px-5{{/unless}}">
30
- {{> components/teaser/components/teaser_text text=this.shorttext size=this.teaserSize }}
30
+ {{> components/teaser/components/teaser_text _text=this.shorttext _size=this.teaserSize }}
31
31
  {{> components/teaser/components/teaser_byline}}
32
32
  </section>
33
33
  </div>
@@ -22,12 +22,12 @@
22
22
  "xl": "{{_posterImage.url.16to9_retina}}"
23
23
  }
24
24
  {{else}}
25
- {{#if teaseritem ~}}
25
+ {{#if this.teaseritem ~}}
26
26
  ,"previewImageUrl":{
27
- "s": "{{if teaseritem.[0] teaseritem.[0].url.16to9 teaseritem.url.16to9 }}",
28
- "m": "{{if teaseritem.[0] teaseritem.[0].url.16to9 teaseritem.url.16to9 }}",
29
- "l": "{{if teaseritem.[0] teaseritem.[0].url.16to9 teaseritem.url.16to9 }}",
30
- "xl": "{{if teaseritem.[0] teaseritem.[0].url.16to9_retina teaseritem.url.16to9_retina }}"
27
+ "s": "{{if this.teaseritem.[0] this.teaseritem.[0].url.16to9 this.teaseritem.url.16to9 }}",
28
+ "m": "{{if this.teaseritem.[0] this.teaseritem.[0].url.16to9 this.teaseritem.url.16to9 }}",
29
+ "l": "{{if this.teaseritem.[0] this.teaseritem.[0].url.16to9 this.teaseritem.url.16to9 }}",
30
+ "xl": "{{if this.teaseritem.[0] this.teaseritem.[0].url.16to9_retina this.teaseritem.url.16to9_retina }}"
31
31
  }
32
32
  {{else}}
33
33
  ,"previewImageUrl" : "{{resourceUrl 'assets/base/video/dummy.jpg'}}"
@@ -66,12 +66,12 @@
66
66
  {{#with _teaser}}
67
67
 
68
68
  {{~#if ../_isCopyText~}}
69
- {{~> components/base/image/responsive_image this.teaserImage type=(if this.teaserType this.teaserType 'story') variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg="ar__content" _noDelay=../_noDelay ~}}
69
+ {{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg="ar__content" _noDelay=../_noDelay ~}}
70
70
  {{else}}
71
71
  {{#>components/base/link _cssClasses="c-teaser__mediaLink" _isAriaHidden=true
72
72
  _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.realTeasersize
73
73
  _clickLabelPrefix2="mediaLink" }}
74
- {{~> components/base/image/responsive_image this.teaserImage type=(if this.teaserType this.teaserType 'story') variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg="js-mediaplayer__area ar__content mediaPlayerLoader__mediaplayerArea" _noDelay=../../_noDelay ~}}
74
+ {{~> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.content.imageVariant this.content.imageVariant '100-copytext') _addClassImg="js-mediaplayer__area ar__content mediaPlayerLoader__mediaplayerArea" _noDelay=../../_noDelay ~}}
75
75
  {{/components/base/link }}
76
76
  {{/if}}
77
77
 
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": "0.52.2",
9
+ "version": "0.53.2",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -32,12 +32,12 @@
32
32
  >
33
33
  {{#with _teaser}}
34
34
  {{~#if _isCopyText~}}
35
- {{> components/base/image/responsive_image this.teaserImage _type=(if this.teasertype this.teasertype 'story') _variant=(if this.imageVariant this.imageVariant '100-copytext') _addClassImg="ar__content" _addClass=_addClass _noDelay=../_noDelay}}
35
+ {{> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.imageVariant this.imageVariant '100-copytext') _addClassImg="ar__content" _addClass=../_addClass _noDelay=../_noDelay}}
36
36
  {{else}}
37
37
  {{#>components/base/link _cssClasses="c-teaser__mediaLink" _isAriaHidden=true
38
38
  _doTracking=(if this.doTracking 'true') _clickLabelPrefix1=this.realTeasersize
39
39
  _clickLabelPrefix2="mediaLink" }}
40
- {{> components/base/image/responsive_image this.teaserImage _type=(if this.teasertype this.teasertype 'story') _variant=(if this.imageVariant this.imageVariant '100-copytext') _addClassImg="js-mediaplayer__area ar__content mediaPlayerLoader__mediaplayerArea" _addClass=_addClass _noDelay=../../_noDelay}}
40
+ {{> components/base/image/responsive_image this.teaserImage _type=(if this.teaserType this.teaserType 'story') _variant=(if this.imageVariant this.imageVariant '100-copytext') _addClassImg="js-mediaplayer__area ar__content mediaPlayerLoader__mediaplayerArea" _addClass=../_addClass _noDelay=../../_noDelay}}
41
41
  {{/components/base/link}}
42
42
  {{~/if~}}
43
43
  {{~/with~}}
@@ -10,12 +10,12 @@
10
10
  '_disableNoScript' don't add no script fallback
11
11
 
12
12
  --}}
13
- {{#withParam this.responsiveImage type variant }}
13
+ {{#withParam this.responsiveImage _type _variant }}
14
14
  {{#if this.asPicture}}
15
- <picture class="{{~#if ../addClass}} {{../addClass}}{{/if}}">
15
+ <picture class="{{~#if ../_addClass}} {{../_addClass}}{{/if}}">
16
16
  {{#unless _disableNoScript}}
17
17
  <noscript>
18
- <img class="{{~#if ../addClassImg}} {{../addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../alttext}}{{../alttext}}{{else}}{{../this.alttext}}{{/if}}">
18
+ <img class="{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" src="{{this.fallback}}" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}">
19
19
  </noscript>
20
20
  {{/unless}}
21
21
  {{#with this.sources}}
@@ -25,24 +25,24 @@
25
25
  {{#with this.srcset}} srcset="{{this}}"{{/with}}>
26
26
  {{/each}}
27
27
  {{/with}}
28
- <img class="{{~#if ../addClassImg}} {{../addClassImg}}{{/if}}" loading="{{#if ../noDelay}}auto{{else}}lazy{{/if}}" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../alttext}}{{../alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../errorHandler }} onerror="this.onerror=null; {{../errorHandler}}"{{/if}}>
28
+ <img class="{{~#if ../_addClassImg}} {{../_addClassImg}}{{/if}}" loading="{{#if ../_noDelay}}auto{{else}}lazy{{/if}}" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="{{#if ../_alttext}}{{../_alttext}}{{else}}{{../this.alttext}}{{/if}}" {{~#if ../_errorHandler }} onerror="this.onerror=null; {{../_errorHandler}}"{{/if}}>
29
29
  </picture>
30
30
  {{/if}}
31
31
 
32
32
  {{#if this.asImage}}
33
33
  {{#with this.sources.[0]}}
34
- {{~#with ../../addClass }}<div class="{{this}}">{{/with}}
35
- {{#unless ../../disableNoScript}}
34
+ {{~#with ../../_addClass }}<div class="{{this}}">{{/with}}
35
+ {{#unless ../../_disableNoScript}}
36
36
  <noscript>
37
- <img class="{{~#if ../../addClassImg}} {{../../addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../alttext}}{{../../alttext}}{{else}}{{../../this.alttext}}{{/if}}">
37
+ <img class="{{~#if ../../_addClassImg}} {{../../_addClassImg}}{{/if}}" src="{{../this.fallback}}" alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}">
38
38
  </noscript>
39
39
  {{/unless}}
40
40
  <img {{#with this.sizes}}sizes="{{this}}" {{/with~}}
41
- loading="{{#if ../../noDelay}}auto{{else}}lazy{{/if}}"
42
- {{#with this.srcset}} {{#if ../../../noDelay}}srcset{{else}}data-srcset{{/if}}="{{this}}"{{/with}}
41
+ loading="{{#if ../../_noDelay}}auto{{else}}lazy{{/if}}"
42
+ {{#with this.srcset}} {{#if ../../../_noDelay}}srcset{{else}}data-srcset{{/if}}="{{this}}"{{/with}}
43
43
  src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
44
- alt="{{#if ../../alttext}}{{../../alttext}}{{else}}{{../../this.alttext}}{{/if}}" class="{{~#with ../../addClassImg }} {{this}}{{/with}}" {{~#if ../../errorHandler}} onerror="this.onerror=null; {{../../errorHandler}}" {{~/if}}>
45
- {{~#with ../../addClass }}</div>{{/with}}
44
+ alt="{{#if ../../_alttext}}{{../../_alttext}}{{else}}{{../../this.alttext}}{{/if}}" class="{{~#with ../../_addClassImg }} {{this}}{{/with}}" {{~#if ../../_errorHandler}} onerror="this.onerror=null; {{../../_errorHandler}}" {{~/if}}>
45
+ {{~#with ../../_addClass }}</div>{{/with}}
46
46
  {{/with}}
47
47
 
48
48
  {{/if}}
@@ -1,18 +1,18 @@
1
1
  {{#with this.link}}
2
2
  <a {{#with this.webviewUrl}}data-webviewurl="{{this}}"{{/with}} href="{{this.url}}" {{#with this.webviewUrl}}{{/with}}
3
- class="sb-link{{#if ../css}} {{../css}}{{/if}}{{#if ../doTracking}} js-load{{else}}{{#if ../this.content.isFileDownload}} js-loadScript{{/if}}{{/if}}{{#if ../isSelected}} {{defaultIfEmpty ../selectedCssClass "-current"}}{{/if}}"
4
- {{#if ../doNavigationTracking}}
5
- data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "1","clickLabel":"{{../clickLabelType}}{{#if ../clickLabelPrefix1}}::{{../clickLabelPrefix1}}{{/if}}::{{../clickLabelPrefix2}}-Link geklickt"}]}'
3
+ class="sb-link{{#if ../_css}} {{../_css}}{{/if}}{{#if ../_doTracking}} js-load{{else}}{{#if ../this.content.isFileDownload}} js-loadScript{{/if}}{{/if}}{{#if ../_isSelected}} {{defaultIfEmpty ../_selectedCssClass "-current"}}{{/if}}"
4
+ {{#if ../_doNavigationTracking}}
5
+ data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "1","clickLabel":"{{../_clickLabelType}}{{#if ../_clickLabelPrefix1}}::{{../_clickLabelPrefix1}}{{/if}}::{{../_clickLabelPrefix2}}-Link geklickt"}]}'
6
6
  {{/if}}
7
- {{#if ../doTracking}}
8
- {{#with this.content.trackingData}}data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "{{#if ../this.content.isFileDownload}}{{this.pageName}}{{else}}mediabuttonclick::{{../../clickLabelPrefix1}}::{{../../clickLabelPrefix2}}{{/if}}"}]}'{{/with}}
7
+ {{#if ../_doTracking}}
8
+ {{#with this.content.trackingData}}data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "{{this.secondLevelId}}","clickLabel": "{{#if ../this.content.isFileDownload}}{{this.pageName}}{{else}}mediabuttonclick::{{../../_clickLabelPrefix1}}::{{../../_clickLabelPrefix2}}{{/if}}"}]}'{{/with}}
9
9
  {{else}}
10
10
  {{#if ../this.content.isFileDownload}}
11
11
  {{#with this.content.trackingData}}data-hr-click-tracking='{"settings": [{"type":"download","secondLevelId": "{{this.secondLevelId}}","clickLabel": "{{this.pageName}}"}]}'{{/with}}
12
12
  {{/if}}
13
13
  {{/if}}
14
14
  {{#if this.isTargetBlank}} target="_blank" rel="noopener{{#if this.hasNoReferrerFlag}} noreferrer{{/if}}"{{/if}}
15
- {{#if ../isAriaHidden}} aria-hidden="true" tabindex="-1"{{/if}}
15
+ {{#if ../_isAriaHidden}} aria-hidden="true" tabindex="-1"{{/if}}
16
16
  >
17
17
  {{/with}}
18
18
  {{> @partial-block }}
@@ -1,5 +1,5 @@
1
1
  {{#if (isStorybook)}}
2
- {{> components/base/load_dynamic templatePath=templatePath}}
2
+ {{> components/base/load_dynamic _templatePath=_templatePath}}
3
3
  {{else}}
4
4
  {{{this}}}
5
5
  {{/if}}
@@ -1,4 +1,4 @@
1
- {{#switch templatePath}}
1
+ {{#switch _templatePath}}
2
2
  {{#case "components/site_header/service_navigation/service_navigation_item"}}
3
3
  {{> components/site_header/service_navigation/service_navigation_item}}
4
4
  {{/case}}
@@ -1,9 +1,9 @@
1
1
 
2
2
  <div class="grid grid-page">
3
3
  <div class="grid grid-cols-12 py-6 bg-white sm:px-8 col-full sm:col-main gap-x-6 gap-y-6">
4
- {{#>components/grid/grid_group size="100"}}
4
+ {{#>components/grid/grid_group _size="100"}}
5
5
  <h2 class="text-4xl headline--barrier col-span-full">Gruppen 100%</h2>
6
- {{#>components/grid/grid_item size="12"}}
6
+ {{#>components/grid/grid_item _size="12"}}
7
7
  <a href="#">
8
8
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
9
9
  12/12 = 100%
@@ -13,43 +13,43 @@
13
13
  {{/components/grid/grid_group}}
14
14
  {{#>components/grid/grid_group_highlight }}
15
15
  <h2 class="text-4xl headline--barrier col-span-full">Gruppen 100% mit blauen Hintergrung bis Rand</h2>
16
- {{#>components/grid/grid_item size="6"}}
16
+ {{#>components/grid/grid_item _size="6"}}
17
17
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
18
18
  6/12 = 50%
19
19
  </div>
20
20
  {{/components/grid/grid_item}}
21
- {{#>components/grid/grid_item size="6"}}
21
+ {{#>components/grid/grid_item _size="6"}}
22
22
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
23
23
  6/12 = 50%
24
24
  </div>
25
25
  {{/components/grid/grid_item}}
26
26
  {{/components/grid/grid_group_highlight}}
27
27
 
28
- {{#>components/grid/grid_group size="100"}}
28
+ {{#>components/grid/grid_group _size="100"}}
29
29
 
30
30
  <h2 class="text-4xl headline--barrier col-span-full">Gruppen 100%</h2>
31
- {{#>components/grid/grid_item size="6"}}
31
+ {{#>components/grid/grid_item _size="6"}}
32
32
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
33
33
  6/12 = 50%
34
34
  </div>
35
35
  {{/components/grid/grid_item}}
36
- {{#>components/grid/grid_item size="6"}}
36
+ {{#>components/grid/grid_item _size="6"}}
37
37
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
38
38
  6/12 = 50%
39
39
  </div>
40
40
  {{/components/grid/grid_item}}
41
41
 
42
- {{#>components/grid/grid_item size="4"}}
42
+ {{#>components/grid/grid_item _size="4"}}
43
43
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
44
44
  4/12 = 33%
45
45
  </div>
46
46
  {{/components/grid/grid_item}}
47
- {{#>components/grid/grid_item size="4"}}
47
+ {{#>components/grid/grid_item _size="4"}}
48
48
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
49
49
  4/12 = 33%
50
50
  </div>
51
51
  {{/components/grid/grid_item}}
52
- {{#>components/grid/grid_item size="4"}}
52
+ {{#>components/grid/grid_item _size="4"}}
53
53
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
54
54
  4/12 = 33%
55
55
  </div>
@@ -57,25 +57,25 @@
57
57
  {{/components/grid/grid_group}}
58
58
  {{#>components/grid/grid_group_tabbed }}
59
59
  <h2 class="text-4xl headline--barrier col-span-full">Gruppen 100% Tabbed</h2>
60
- {{#>components/grid/grid_item size="3"}}
60
+ {{#>components/grid/grid_item _size="3"}}
61
61
  <div class="flex items-center justify-center text-4xl text-white bg-gray-500 aspect-video">
62
62
  3/12 = 25%
63
63
  </div>
64
64
  {{/components/grid/grid_item}}
65
65
 
66
- {{#>components/grid/grid_item size="3"}}
66
+ {{#>components/grid/grid_item _size="3"}}
67
67
  <div class="flex items-center justify-center text-4xl text-white bg-gray-500 aspect-video">
68
68
  3/12 = 25%
69
69
  </div>
70
70
  {{/components/grid/grid_item}}
71
71
 
72
- {{#>components/grid/grid_item size="3"}}
72
+ {{#>components/grid/grid_item _size="3"}}
73
73
  <div class="flex items-center justify-center text-4xl text-white bg-gray-500 aspect-video">
74
74
  3/12 = 25%
75
75
  </div>
76
76
  {{/components/grid/grid_item}}
77
77
 
78
- {{#>components/grid/grid_item size="3"}}
78
+ {{#>components/grid/grid_item _size="3"}}
79
79
  <div class="flex items-center justify-center text-4xl text-white bg-gray-500 aspect-video">
80
80
  3/12 = 25%
81
81
  </div>
@@ -84,69 +84,69 @@
84
84
  {{/components/grid/grid_group_tabbed}}
85
85
  {{#>components/grid/grid_group}}
86
86
  <h2 class="text-4xl headline--barrier col-span-full">Gruppen 100%</h2>
87
- {{#>components/grid/grid_item size="4"}}
87
+ {{#>components/grid/grid_item _size="4"}}
88
88
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
89
89
  4/12 = 33%
90
90
  </div>
91
91
  {{/components/grid/grid_item}}
92
- {{#>components/grid/grid_item size="4"}}
92
+ {{#>components/grid/grid_item _size="4"}}
93
93
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
94
94
  4/12 = 33%
95
95
  </div>
96
96
  {{/components/grid/grid_item}}
97
- {{#>components/grid/grid_item size="4"}}
97
+ {{#>components/grid/grid_item _size="4"}}
98
98
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
99
99
  4/12 = 33%
100
100
  </div>
101
101
  {{/components/grid/grid_item}}
102
102
  {{/components/grid/grid_group}}
103
- {{#>components/grid/grid_group size="50"}}
103
+ {{#>components/grid/grid_group _size="50"}}
104
104
  <h2 class="text-4xl headline--barrier col-span-full">Gruppen 50%</h2>
105
- {{#>components/grid/grid_item size="12"}}
105
+ {{#>components/grid/grid_item _size="12"}}
106
106
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
107
107
  6/12 = 50%
108
108
  </div>
109
109
  {{/components/grid/grid_item}}
110
- {{#>components/grid/grid_item size="12"}}
110
+ {{#>components/grid/grid_item _size="12"}}
111
111
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
112
112
  6/12 = 50%
113
113
  </div>
114
114
  {{/components/grid/grid_item}}
115
115
  {{/components/grid/grid_group}}
116
- {{#>components/grid/grid_group size="50"}}
116
+ {{#>components/grid/grid_group _size="50"}}
117
117
  <h2 class="text-4xl headline--barrier col-span-full">Gruppen 50%</h2>
118
- {{#>components/grid/grid_item size="6"}}
118
+ {{#>components/grid/grid_item _size="6"}}
119
119
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
120
120
  6/12 = 50%
121
121
  </div>
122
122
  {{/components/grid/grid_item}}
123
- {{#>components/grid/grid_item size="6"}}
123
+ {{#>components/grid/grid_item _size="6"}}
124
124
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
125
125
  6/12 = 50%
126
126
  </div>
127
127
  {{/components/grid/grid_item}}
128
128
  {{/components/grid/grid_group}}
129
- {{#>components/grid/grid_group size="66"}}
129
+ {{#>components/grid/grid_group _size="66"}}
130
130
  <h2 class="text-4xl headline--barrier col-span-full">Gruppen 66%</h2>
131
- {{#>components/grid/grid_item size="12"}}
131
+ {{#>components/grid/grid_item _size="12"}}
132
132
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
133
133
  8/12 = 66%
134
134
  </div>
135
135
  {{/components/grid/grid_item}}
136
- {{#>components/grid/grid_item size="12"}}
136
+ {{#>components/grid/grid_item _size="12"}}
137
137
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
138
138
  8/12 = 66%
139
139
  </div>
140
140
  {{/components/grid/grid_item}}
141
141
  {{/components/grid/grid_group}}
142
- {{#>components/grid/grid_group size="33"}}
142
+ {{#>components/grid/grid_group _size="33"}}
143
143
  <h2 class="text-4xl headline--barrier col-span-full">Gruppen 33%</h2>
144
- {{#>components/grid/grid_item size="12"}}
144
+ {{#>components/grid/grid_item _size="12"}}
145
145
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
146
146
  4/12 = 33%
147
147
  </div>
148
148
  {{/components/grid/grid_item}}
149
- {{#>components/grid/grid_item size="12"}}
149
+ {{#>components/grid/grid_item _size="12"}}
150
150
  <div class="flex items-center justify-center text-5xl text-white bg-gray-500 aspect-video">
151
151
  4/12 = 33%
152
152
  </div>
@@ -1,3 +1,3 @@
1
- <section class="grid grid-cols-12 bg-white content-start gap-x-6 gap-y-6 col-span-12 {{inline-switch size '["100","66","50","33","25"]' '["","md:col-span-8","md:col-span-6","md:col-span-4","md:col-span-3"]'}}">
1
+ <section class="grid grid-cols-12 items-start bg-white content-start gap-x-6 gap-y-6 col-span-12 {{inline-switch _size '["100","66","50","33","25"]' '["","md:col-span-8","md:col-span-6","md:col-span-4","md:col-span-3"]'}}">
2
2
  {{> @partial-block }}
3
3
  </section>
@@ -1,3 +1,3 @@
1
- <article class="col-span-12 {{inline-switch size '["12","8","6","4","3"]' '["","md:col-span-8","md:col-span-6","md:col-span-4","md:col-span-3"]'}}" >
1
+ <article class="col-span-12 {{inline-switch _size '["12","8","6","4","3"]' '["","md:col-span-8","md:col-span-6","md:col-span-4","md:col-span-3"]'}}" >
2
2
  {{> @partial-block }}
3
3
  </article>
@@ -1,12 +1,19 @@
1
- <span class="sb-label rounded px-1.5 pt-px inline-block tracking-wide text-white text-base leading-5.5 font-heading {{inline-switch type '["media","event","breakingnews","comment","analysis","der-tag-in-hessen","glosse","fragen-und-antworten","infografik","interaktiv","program","download","pm","liveticker","ticker","livestream","live","livechat","buliticker","social-tv","blog"]' '["bg-labelMedia","bg-labelEvent","bg-labelBreakingnews","bg-labelComment","bg-labelComment","bg-labelComment","bg-labelComment","bg-labelComment","bg-labelInfografik","bg-labelInfografik","bg-labelProgram","bg-labelDownload","bg-labelPm","bg-labelLive","bg-labelLive","bg-labelLive","bg-labelLive","bg-labelLive","bg-labelLive","bg-labelLive","bg-labelLive"]'}}">
2
- {{text}}
1
+ <span
2
+ class='sb-label rounded px-1.5 pt-px inline-block tracking-wide text-white text-base leading-5.5 font-heading
3
+ {{inline-switch
4
+ _type
5
+ '["media","event","breakingnews","comment","analysis","der-tag-in-hessen","glosse","fragen-und-antworten","infografik","interaktiv","program","download","pm","liveticker","ticker","livestream","live","livechat","buliticker","social-tv","blog"]'
6
+ '["bg-labelMedia","bg-labelEvent","bg-labelBreakingnews","bg-labelComment","bg-labelComment","bg-labelComment","bg-labelComment","bg-labelComment","bg-labelInfografik","bg-labelInfografik","bg-labelProgram","bg-labelDownload","bg-labelPm","bg-labelLive","bg-labelLive","bg-labelLive","bg-labelLive","bg-labelLive","bg-labelLive","bg-labelLive","bg-labelLive"]'
7
+ }}'
8
+ >
9
+ {{_text}}
3
10
  </span>
4
- {{~#with this.byline ~}}
5
- <span class="ml-2 text-xs text-grey-scorpion font-headingSerif ">
6
- {{~#if this.bylineSsi ~}}
11
+ {{~#with this.byline~}}
12
+ <span class='ml-2 text-xs text-grey-scorpion font-headingSerif'>
13
+ {{~#if this.bylineSsi~}}
7
14
  {{{this.bylineSsi}}}
8
- {{~else ~}}
15
+ {{~else~}}
9
16
  {{this.bylineText}}
10
- {{~/if ~}}
17
+ {{~/if~}}
11
18
  </span>
12
19
  {{~/with~}}
@@ -13,7 +13,7 @@ import label from './label.hbs'
13
13
  <Meta
14
14
  title="Komponenten/Label"
15
15
  argTypes={{
16
- type: {
16
+ _type: {
17
17
  control: {
18
18
  type: 'select',
19
19
  labels: {
@@ -71,17 +71,17 @@ import label from './label.hbs'
71
71
  },
72
72
  },
73
73
  },
74
- text: {
74
+ _text: {
75
75
  control: 'text',
76
76
  description: 'Beschriftung des Labels',
77
77
  },
78
78
  }}
79
79
  />
80
80
 
81
- export const Template = ({ type, ...args }) => {
81
+ export const Template = ({ _type, ...args }) => {
82
82
  // You can either use a function to create DOM elements or use a plain html string!
83
83
  // return `<div>${label}</div>`;
84
- return label({ type, ...args })
84
+ return label({ _type, ...args })
85
85
  }
86
86
 
87
87
  # Label
@@ -93,8 +93,8 @@ Folgende Ausprägungen von Labels stehen hierfür zur Verfügung:
93
93
  <Story
94
94
  name="Download"
95
95
  args={{
96
- type: 'download',
97
- text: 'Download',
96
+ _type: 'download',
97
+ _text: 'Download',
98
98
  }}
99
99
  >
100
100
  {Template.bind({})}
@@ -102,8 +102,8 @@ Folgende Ausprägungen von Labels stehen hierfür zur Verfügung:
102
102
  <Story
103
103
  name="Eilmeldung"
104
104
  args={{
105
- type: 'breakingnews',
106
- text: 'Eilmeldung',
105
+ _type: 'breakingnews',
106
+ _text: 'Eilmeldung',
107
107
  }}
108
108
  >
109
109
  {Template.bind({})}
@@ -111,8 +111,8 @@ Folgende Ausprägungen von Labels stehen hierfür zur Verfügung:
111
111
  <Story
112
112
  name="Event"
113
113
  args={{
114
- type: 'event',
115
- text: 'Event',
114
+ _type: 'event',
115
+ _text: 'Event',
116
116
  }}
117
117
  >
118
118
  {Template.bind({})}
@@ -120,8 +120,8 @@ Folgende Ausprägungen von Labels stehen hierfür zur Verfügung:
120
120
  <Story
121
121
  name="Infografik"
122
122
  args={{
123
- type: 'infografik',
124
- text: 'Infografik',
123
+ _type: 'infografik',
124
+ _text: 'Infografik',
125
125
  }}
126
126
  >
127
127
  {Template.bind({})}
@@ -129,8 +129,8 @@ Folgende Ausprägungen von Labels stehen hierfür zur Verfügung:
129
129
  <Story
130
130
  name="Kommentar"
131
131
  args={{
132
- type: 'comment',
133
- text: 'Kommentar',
132
+ _type: 'comment',
133
+ _text: 'Kommentar',
134
134
  }}
135
135
  >
136
136
  {Template.bind({})}
@@ -138,8 +138,8 @@ Folgende Ausprägungen von Labels stehen hierfür zur Verfügung:
138
138
  <Story
139
139
  name="Liveticker"
140
140
  args={{
141
- type: 'liveticker',
142
- text: 'Liveticker',
141
+ _type: 'liveticker',
142
+ _text: 'Liveticker',
143
143
  }}
144
144
  >
145
145
  {Template.bind({})}
@@ -147,8 +147,8 @@ Folgende Ausprägungen von Labels stehen hierfür zur Verfügung:
147
147
  <Story
148
148
  name="Media"
149
149
  args={{
150
- type: 'media',
151
- text: 'Media',
150
+ _type: 'media',
151
+ _text: 'Media',
152
152
  }}
153
153
  >
154
154
  {Template.bind({})}
@@ -156,8 +156,8 @@ Folgende Ausprägungen von Labels stehen hierfür zur Verfügung:
156
156
  <Story
157
157
  name="Pressemitteilung"
158
158
  args={{
159
- type: 'pm',
160
- text: 'Pressemitteilung',
159
+ _type: 'pm',
160
+ _text: 'Pressemitteilung',
161
161
  }}
162
162
  >
163
163
  {Template.bind({})}
@@ -165,8 +165,8 @@ Folgende Ausprägungen von Labels stehen hierfür zur Verfügung:
165
165
  <Story
166
166
  name="Sendung"
167
167
  args={{
168
- type: 'program',
169
- text: 'Sendung',
168
+ _type: 'program',
169
+ _text: 'Sendung',
170
170
  }}
171
171
  >
172
172
  {Template.bind({})}
@@ -183,7 +183,7 @@ Die Komponente wird in Form eines Handlebar Partials eingebunden.
183
183
 
184
184
  Mit folgenden Parametern kann die Komponente konfiguriert werden.
185
185
 
186
- | Parameter | Typ | Mögliche Werte | Erläuterung |
187
- | :-------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------- |
188
- | **text** | `String` | Beliebiger Text | Die Beschriftung des Labels. |
189
- | **type** | `String` | `analysis`, `blog`, `bulitiker`, `der-tag-in-hessen`, `download`, `brealingnews`, `event`, `fragen-und-antworten`, `glosse`,`infografik`, `interaktiv`, `comment`, `live`, `livechat`, `livestream`, `liveticker`, `media`, `pm`, `program`, `social-tv`, `ticker` | Hiermit wird das Aussehen des Labels festgelegt. |
186
+ | Parameter | Typ | Mögliche Werte | Erläuterung |
187
+ | :--------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------- |
188
+ | **\_text** | `String` | Beliebiger Text | Die Beschriftung des Labels. |
189
+ | **\_type** | `String` | `analysis`, `blog`, `bulitiker`, `der-tag-in-hessen`, `download`, `brealingnews`, `event`, `fragen-und-antworten`, `glosse`,`infografik`, `interaktiv`, `comment`, `live`, `livechat`, `livestream`, `liveticker`, `media`, `pm`, `program`, `social-tv`, `ticker` | Hiermit wird das Aussehen des Labels festgelegt. |
@@ -1,6 +1,6 @@
1
1
  <li :class="dropped ? 'h-auto' : 'h-10'"
2
2
  class="sb-navigation-flyout-item pl-4 {{#if _flyout}}lg:px-0 {{else}}lg:px-2 lg:first-of-type:pl-0 {{/if}}{{#if _parentselected}}lg:whitespace-nowrap{{/if}} flex h-auto text-base leading-6 border-b border-gray-200 lg:last:border-0 lg:border-0 text-blue-congress justify-start hover:underline">
3
- {{#>components/base/link css=(inline-switch _fromNav '["RubrikNavigation","ServiceNavigation"]' '["link-focus-inset py-2 w-full","link-focus py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full"]') doNavigationTracking="true" clickLabelType=_fromNav clickLabelPrefix1=_parent clickLabelPrefix2=this.link.content.text }}
3
+ {{#>components/base/link _css=(inline-switch _fromNav '["RubrikNavigation","ServiceNavigation"]' '["link-focus-inset py-2 w-full","link-focus py-2 md:pl-0 lg:pl-0 lg:pr-0 break-words w-full"]') _doNavigationTracking="true" _clickLabelType=_fromNav _clickLabelPrefix1=_parent clickLabelPrefix2=this.link.content.text }}
4
4
  {{this.text}}
5
5
  {{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _addClass="w-4 h-4 fill-current ml-2 inline-flex" _iconmap="icons" }} {{/if}}
6
6
  {{/components/base/link}}
@@ -8,7 +8,7 @@
8
8
  {{#with this.serviceNavigationSSILinks}}
9
9
  <ul class="flex justify-around w-full h-full -itemCount-{{ count }} lg:w-auto lg:justify-end lg:pt-1">
10
10
  {{#each this}}
11
- {{> components/base/loadSSI templatePath='components/site_header/service_navigation/service_navigation_item' }}
11
+ {{> components/base/loadSSI _templatePath='components/site_header/service_navigation/service_navigation_item' }}
12
12
  {{/each}}
13
13
  </ul>
14
14
  {{/with}}