hr-design-system-handlebars 0.69.0 → 0.69.1
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.
- package/CHANGELOG.md +14 -0
- package/build/handlebars/partials/handlebar-partials.js +1 -1
- package/dist/assets/index.css +3 -3
- package/package.json +1 -1
- package/src/assets/fixtures/teaser/headline_list_Item.inc.json +2 -2
- package/src/assets/fixtures/teaser/teaser_content_nav_dropdown_100.json +10 -189
- package/src/assets/fixtures/teaser/teaser_content_nav_dropdown_autosuggest_100.json +13 -188
- package/src/assets/fixtures/teaser/teaser_content_nav_dropdown_subgroups.json +195 -198
- package/src/assets/fixtures/teaser/teaser_content_nav_flow_100.json +14 -183
- package/src/assets/fixtures/teaser/teaser_content_nav_flow_autosuggest.json +18 -183
- package/src/assets/fixtures/teaser/teaser_content_nav_list_100.json +13 -180
- package/src/assets/fixtures/teaser/teaser_content_nav_list_autosuggest.json +17 -180
- package/src/assets/fixtures/teaser/teaser_content_nav_mixed_100.json +176 -173
- package/src/assets/fixtures/teaser/teaser_content_nav_mixed_autosuggest.json +13 -185
- package/src/assets/fixtures/teaser/teaser_groups.inc.json +12 -1
- package/src/assets/fixtures/teaser/teasers.inc.json +206 -20
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_autosuggest_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_dropdown_subgroups.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_flow_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_flow_autosuggest.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_list_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_list_autosuggest.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_content_nav_mixed_autosuggest.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_contentNav.json +1 -1
- package/src/assets/fixtures/teaser/teaser_content_nav_dropdown_50.json +0 -189
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# v0.69.1 (Tue Oct 25 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- remove non-printable unicode characters [#349](https://github.com/mumprod/hr-design-system-handlebars/pull/349) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
- FEATURE: Fixtures of content-navs use .inc jsons [#348](https://github.com/mumprod/hr-design-system-handlebars/pull/348) ([@szuelch](https://github.com/szuelch))
|
|
7
|
+
|
|
8
|
+
#### Authors: 2
|
|
9
|
+
|
|
10
|
+
- [@szuelch](https://github.com/szuelch)
|
|
11
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
1
15
|
# v0.69.0 (Fri Oct 21 2022)
|
|
2
16
|
|
|
3
17
|
#### 🚀 Enhancement
|
|
@@ -21,10 +21,10 @@ module.exports['components/grid/grid_group_tabbed.hbs'] = '</div>\n<section clas
|
|
|
21
21
|
module.exports['components/grid/grid_item.hbs'] = '<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"]\'}}" >\n {{> @partial-block }} \n</article>'
|
|
22
22
|
module.exports['components/label/label.hbs'] = '<span\n class=\'sb-label rounded px-1.5 pt-px inline-block tracking-wide text-white text-base leading-5.5 font-heading\n {{inline-switch\n _type\n \'["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","podcast"]\'\n \'["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","bg-labelMedia"]\'\n }}\'\n>\n {{_text}}\n</span>\n{{~#with this.byline~}}\n <span class=\'ml-2 text-xs text-grey-scorpion font-headingSerif\'>\n {{~#if this.bylineSsi~}}\n {{{this.bylineSsi}}}\n {{~else~}}\n {{this.bylineText}}\n {{~/if~}}\n </span>\n{{~/with~}}'
|
|
23
23
|
module.exports['components/mediaplayer/media_player.hbs'] = '<div x-show="avStart" id="{{this.ardPlayerConfig.playerId}}" class="ar-16-9 h-auto js-load {{if _cypressHook _cypressHook \'js-media-element\'}} js-video-livestream" data-hr-mediaplayer-loader=\'{{json this.ardPlayerJsonConfig}}\'>\n {{#unless _hideGeotag}}\n {{~#with _geotag}}\n <span class="js-geotag c-teaser__geotag" aria-hidden="true">{{this.[0].title~}}</span>\n {{/with~}}\n {{/unless}}\n</div>\n{{#if _isTeaser}}\n <div class="relative {{_aspectRatio}}" x-show="!avStart" > \n {{#with _teaser}}\n {{~#if ../_isCopyText~}}\n {{~> 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 ~}} \n {{else}} \n {{#decorator \'components/base/link\' _cssClasses="c-teaser__mediaLink" _isAriaHidden=true\n _doTracking=(if this.doTracking \'true\') _clickLabelPrefix1=this.realTeasersize\n _clickLabelPrefix2="mediaLink" }} \n {{~> 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 ~}} \n {{/decorator }}\n {{/if}}\n {{/with}}\n {{> components/button/button_round _isButton="true" _addClass=(if _isLivestream \'absolute bottom-0 right-0 my-5 mx-5 text-orange-spicyCarrot hover:fill-orange-spicyCarrot js-mediaplayer__button\' \'absolute bottom-0 right-0 my-5 mx-5 text-blue-jellyBean hover:fill-blue-jellyBean js-mediaplayer__button\') _showIcon=true _icon=_mediaButtonIcon _label=_mediaButtonLabel _srOnly="true" _alpineClick="avStart = !avStart; $dispatch(\'player_start\')"}} \n {{~#if this.isPodcast~}}\n <a href="{{this.podcastDownloadUrl}}" class="absolute top-0 right-0 m-5 js-load"{{#with\n this.trackingData}}\n data-hr-click-tracking=\'{"settings": [{"type": "download", "clickLabel": "{{this.pageName}}", "secondLevelId": "{{this.secondLevelId}}"}, {"type": "uxAction", "clickLabel": "medienDownload::podcast::{{_type}}", "secondLevelId": "{{this.secondLevelId}}" }]}\'{{/with}}>\n {{> components/base/image/icon _icon=\'download-button\' _addClass="w-10 h-10"}}\n </a>\n {{~/if~}}\n </div>\n{{/if}}'
|
|
24
|
+
module.exports['components/page/page.hbs'] = '<!DOCTYPE html>\n<html \n class="no-js no-js-burgerMenu preload noMicroInteraction"\n data-theme="hessenschau" \n lang="de"\n>\n <head>\n\n <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\n <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>\n <title>hessenschau.de | Nachrichten aus Hessen</title>\n <meta name="application-name" content="hessenschau.de" />\n <meta name="copyright" content="Hessischer Rundfunk, Frankfurt, Germany" />\n <meta name="author" content="hessenschau.de, Frankfurt, Germany" />\n <meta name="publisher" content="hessenschau.de" />\n <meta name="language" content="Deutsch" />\n\n </head>\n\n <body itemscope itemtype="http://schema.org/WebPage">\n <div class="js-pageSwap">\n \n {{> components/site_header/header }} \n \n <main \n onclick="void(0)" \n role="main" \n id="content"\n class="flex items-center justify-center"\n >\n <div class="grid grid-page">\n <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">\n {{> components/teaser/teaser_standard }}\n </div>\n <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">\n {{> components/teaser/teaser_standard teaserSize="50"}}\n {{> components/teaser/teaser_standard teaserSize="50"}}\n </div>\n <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">\n {{> components/teaser/teaser_standard teaserSize="33"}}\n {{> components/teaser/teaser_standard teaserSize="33"}}\n {{> components/teaser/teaser_standard teaserSize="33"}}\n </div>\n <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">\n {{> components/teaser/teaser_standard teaserSize="50"}}\n {{> components/teaser/teaser_standard teaserSize="50"}}\n </div> \n <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">\n {{> components/teaser/teaser_standard teaserSize="33"}}\n {{> components/teaser/teaser_standard teaserSize="33"}}\n {{> components/teaser/teaser_standard teaserSize="33"}}\n </div>\n <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">\n {{> components/teaser/teaser_standard teaserSize="50"}}\n {{> components/teaser/teaser_standard teaserSize="50"}}\n </div>\n \n </div>\n </main>\n\n </div>\n </body>\n</html>\n'
|
|
24
25
|
module.exports['components/site_header/burger.hbs'] = '<div x-data="burger()" class="flex items-center justify-center h-full fill-current sb-burger">\n <nav>\n <button {{!-- :class="$store.burgeropen ? \'text-blue-congress\' : \'text-white\'" --}} \n class="relative w-10 h-10 text-white tablet:w-18 tablet:h-12 focus:outline-none bg-brand"\n @burger-close.window="burgerClose()"\n @click="$store.burgeropen = !$store.burgeropen" \n @click.debounce="burgerClick()" \n aria-owns="sectionNav" \n aria-controls="sectionNav"\n x-effect="$el.setAttribute(\'aria-expanded\', $store.burgeropen);$el.setAttribute(\'aria-label\', $store.burgeropen ? \'Navigation schließen\' : \'Navigation öffnen\')"\n >\n <span class="sr-only md:hidden">Open main menu</span>\n <div class="absolute block w-6 transform -translate-x-1/2 -translate-y-1/2 left-1/2 top-1/2">\n <span aria-hidden="true" class="absolute block w-full h-0.5 transition duration-500 ease-in-out transform bg-current " :class="$store.burgeropen ? \'rotate-45\' : \'-mt-2\'"></span>\n <span aria-hidden="true" class="absolute block w-full h-0.5 transition duration-500 ease-in-out transform bg-current" :class="{\'opacity-0\': $store.burgeropen } "></span>\n <span aria-hidden="true" class="absolute block w-full h-0.5 transition duration-500 ease-in-out transform bg-current" :class="{\'-rotate-45\': $store.burgeropen, \'mt-2\': ! $store.burgeropen }"></span>\n </div>\n </button>\n </nav>\n</div>\n\n<script>\n var burger = () => {\n return {\n burgerClose(){ \n this.$store.burgeropen = false\n this.$dispatch(\'toggle-sectionnav\', false); \n },\n burgerClick(){ \n this.$store.serviceNavIsOpen = false\n this.$dispatch(\'toggle-sectionnav\', this.$store.burgeropen); \n // Todo: not doing anything! can be removed?\n // this.percent > 50 ? this.removeYtranslate() : null;\n this.toggleScrolling(!this.$store.burgeropen) \n },\n removeYtranslate(){\n // Todo: not doing anything! can be removed?\n //this.$refs.serviceList.classList.remove(\'-mt-40\'); \n //this.$refs.sectionnavigation.classList.remove(\'-mt-40\')\n }\n }\n }\n</script>\n'
|
|
25
26
|
module.exports['components/site_header/header.hbs'] = '<div class="sb-main-navigation" x-data="mainNavigationHandler()" x-init="init()">\n <header class="print:hidden relative z-10001 {{#if this.hasOpenSubNavigation}}lg:h-header-lg-big{{else}}lg:h-header-lg-small{{/if}} md:h-header-md h-header-sm"> \n <div x-data \n id="headerWrapper"\n @resize.window="resetNav()" \n :class="shouldBrandNavBeHidden() ? \'-mt-10 lg:-mt-8\' : \'\' "\n class="fixed top-0 left-0 flex flex-wrap max-w-full transition-all duration-500 transform font-copy lg:justify-center lg:w-full ">\n \n <div id="anchorNavWrapper" \n class="hidden">\n {{> components/site_header/anchor_navigation/anchor_navigation }}\n </div>\n\n <div id="brandNavWrapper" \n class="relative flex items-center justify-center order-1 w-full bg-white z-10000">\n {{> components/site_header/brand_navigation/brand_navigation }} \n </div>\n\n <div id="serviceNavWrapper" \n :class="shouldServiceNavBeHidden() ? \'-mt-40\' : \'\'"\n \n class="relative flex justify-center order-2 w-full transition-all duration-500 ease-in-out md:border-white lg:border-b bg-blue-congress z-10002"> \n <div id="serviceNavMainContainer" \n class="flex w-full h-10 lg:container md:h-12 lg:px-10 lg:h-16 z-10001">\n\n <span id="serviceNavHeadline" class="hidden print:hidden">Service Navigation</span>\n\n <div id="serviceLogoWrapper" \n class="flex items-center order-1 w-full pl-4 pr-2 tablet:pl-5 lg:items-end lg:pb-3 bg-blue-congress md:px-0 md:h-12 lg:h-16 md:w-1/2 md:max-w-1/2 lg:w-1/4 lg:max-w-1/4">\n {{> components/site_header/service_logo }}\n </div>\n \n <div id="serviceItemsWrapper" \n class="flex items-center justify-end flex-initial order-2 inline-block w-full max-w-full align-top bg-blue-congress md:h-12 lg:h-16 lg:order-2 lg:w-3/4 lg:max-w-3/4 md:mt-0 md:w-1/2 md:max-w-1/2 md:order-2 md:border-0">\n {{> components/site_header/service_navigation/service_list }}\n\n {{> components/site_header/navigation_search/quick_search_button }}\n\n <div class="hidden lg:flex">\n {{> components/site_header/navigation_search/quick_search_form }}\n </div>\n \n <div id="burgerWrapper" \n class="flex justify-end flex-none order-2 lg:order-4 md:order-4 lg:hidden"> \n {{> components/site_header/burger }} \n </div>\n \n </div>\n </div>\n </div>\n\n <div id="sectionNavWrapper" \n x-ref="sectionnavigation"\n @toggle-sectionnav.window="toggleSectionNav"\n :class="shouldSectionNavBeHidden() ? \'-mt-40 md:-mt-40 lg:-mt-40\' : \'\'" \n class="flex justify-center order-3 w-full overflow-hidden duration-500 transition-max-height lg:transition-margin-top lg:duration-500 tablet:absolute tablet:top-22 tablet:w-half-screen tablet:ml-half-screen max-h-0 lg:overflow-visible md:mt-0 lg:flex lg:max-h-full lg:h-auto bg-blue-congress z-10000 print:hidden"\n >\n {{> components/site_header/section_navigation/section_navigation }}\n </div>\n \n <div x-cloak :class="shouldServiceNavBeHidden() ? \'hidden -mt-40\' : \'\'"\n x-effect="$el.setAttribute(\'id\', \'flyout-\' + $store.searchID.current + \'-2\');$el.setAttribute(\'aria-expanded\', $store.searchFieldOpen);$el.setAttribute(\'aria-hidden\', !$store.searchFieldOpen);$el.setAttribute(\'aria-labelledby\', \'flyout-\' + $store.searchID.current + \'-1\')" \n x-show="$store.searchFieldOpen"\n class="sb-quick-search-flyout flex tablet:w-half-screen tablet:ml-half-screen justify-end order-4 w-full max-w-full p-2 px-5 py-3.5 bg-white drop-shadow-md md:mt-0 z-10002 lg:hidden print:hidden"\n @search-close.window="$store.searchFieldOpen = false"\n @click.outside="$store.searchFieldOpen = false; $dispatch(\'search-mobile-click-outside\'); dropped = false; toggleScrolling(!$store.serviceNavIsOpensearchFieldOpen && !$store.burgeropen)"\n x-transition:enter="transition ease-out duration-200" \n x-transition:enter-start="opacity-0 transform scale-y-90" \n x-transition:enter-end="opacity-100 transform scale-y-100" \n x-transition:leave="transition ease-in duration-100" \n x-transition:leave-start="opacity-100 transform scale-y-100" \n x-transition:leave-end="opacity-0 transform scale-y-90">\n\n {{> components/site_header/navigation_search/quick_search_form }}\n\n </div>\n \n </div> \n </header>\n <div class="justify-center hidden w-full scale-50 brand-logo_print print:flex">\n <img loading="lazy" \n alt="{{loca "header_homepage_link_title"}}" \n src="{{resourceUrl "assets/base/icons/rsslogo/brandlogo--rss.jpg" _brand=(if this.brand this.brand)}}" \n />\n </div>\n <div x-ref="myOverlay">\n <div x-cloak x-data="overlayHandler()" @click.debounce="overlayWasClicked()" x-show="shouldOverlayBeShown()" class="fixed top-0 left-0 w-screen h-screen bg-gray-800 z-10000 lg:hidden opacity-70"></div>\n </div>\n</div>\n'
|
|
26
27
|
module.exports['components/site_header/service_logo.hbs'] = '<a class="relative flex items-center text-white fill-current sb-service-logo lg:items-end link-focus-white print:hidden" \n href="https://www.hessenschau.de/index.html" \n title="Startseite hessenschau . d e">\n <span x-cloak class="absolute transition-opacity duration-500 ease-in-out" :class="`${percent}` < 50 ? \'opacity-0\' : \'delay-200 opacity-100\'" >\n {{> components/base/image/icon _icon="brandlogo--compact-40x40px" _iconmap="logo" _addClass="logo-compact w-7 h-7 lg:w-10 lg:h-10 items-center "}}\n </span>\n <span class="transition-opacity duration-500 ease-in-out" :class="`${percent}` < 50 ? \'opacity-100\' : \'opacity-0\'">\n {{> components/base/image/icon _icon="brandlogo--desk" _iconmap="logo" _addClass="logo-desk flex items-center fill-white w-40 h-5 md:h-7 md:w-40 lg:h-8 lg:w-52"}}\n </span> \n</a>\n'
|
|
27
|
-
module.exports['components/page/page.hbs'] = '<!DOCTYPE html>\n<html \n class="no-js no-js-burgerMenu preload noMicroInteraction"\n data-theme="hessenschau" \n lang="de"\n>\n <head>\n\n <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\n <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>\n <title>hessenschau.de | Nachrichten aus Hessen</title>\n <meta name="application-name" content="hessenschau.de" />\n <meta name="copyright" content="Hessischer Rundfunk, Frankfurt, Germany" />\n <meta name="author" content="hessenschau.de, Frankfurt, Germany" />\n <meta name="publisher" content="hessenschau.de" />\n <meta name="language" content="Deutsch" />\n\n </head>\n\n <body itemscope itemtype="http://schema.org/WebPage">\n <div class="js-pageSwap">\n \n {{> components/site_header/header }} \n \n <main \n onclick="void(0)" \n role="main" \n id="content"\n class="flex items-center justify-center"\n >\n <div class="grid grid-page">\n <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">\n {{> components/teaser/teaser_standard }}\n </div>\n <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">\n {{> components/teaser/teaser_standard teaserSize="50"}}\n {{> components/teaser/teaser_standard teaserSize="50"}}\n </div>\n <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">\n {{> components/teaser/teaser_standard teaserSize="33"}}\n {{> components/teaser/teaser_standard teaserSize="33"}}\n {{> components/teaser/teaser_standard teaserSize="33"}}\n </div>\n <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">\n {{> components/teaser/teaser_standard teaserSize="50"}}\n {{> components/teaser/teaser_standard teaserSize="50"}}\n </div> \n <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">\n {{> components/teaser/teaser_standard teaserSize="33"}}\n {{> components/teaser/teaser_standard teaserSize="33"}}\n {{> components/teaser/teaser_standard teaserSize="33"}}\n </div>\n <div class="grid grid-cols-12 py-6 col-full gap-x-6 gap-y-6 sm:px-8 sm:col-main">\n {{> components/teaser/teaser_standard teaserSize="50"}}\n {{> components/teaser/teaser_standard teaserSize="50"}}\n </div>\n \n </div>\n </main>\n\n </div>\n </body>\n</html>\n'
|
|
28
28
|
module.exports['components/teaser/teaser_alternativ.hbs'] = '<article class="col-span-12 flex md:flex-row gap-y-3 gap-x-4 md:px-0{{#unless this.isEvent}}{{~inline-switch this.teaserSize \'["hero","100","50"]\' \'[" flex-col"," px-5 md:flex-row"," md:col-span-6 px-5 md:flex-row"]\'~}}{{else}} items-start flex-col{{/unless}}"\n x-data="{ avStart: false }"\n {{#if this.isMobile1to1}}\n :class="avStart ? \'flex-col\' : \'flex-row\'"\n {{/if}} \n >\n <figure class="relative {{~inline-switch this.teaserSize \'["hero","100","50"]\' \'[" basis-2/3 ar-16-9"," ar-1-1 md:ar-16-9 basis-2/5 md:basis-1/3"," ar-1-1 md-ar-16-9 basis-2/5 md:basis-1/2"]\'~}}">\n {{> components/teaser/components/teaser_lead _isMobile1to1=this.isMobile1to1 _teaserSize=this.teaserSize _aspectRatio=(inline-switch this.teaserSize \'["hero"]\' \'["ar-16-9","ar-1-1 md:ar-16-9"]\') }} \n </figure>\n {{> components/teaser/components/teaser_body _outerCssClasses=(inline-switch this.teaserSize \'["hero","100","50"]\' \'["basis-1/3"," basis-3/5 md:basis-2/3"," basis-3/5 md:basis-1/2"]\') }}\n</article>'
|
|
29
29
|
module.exports['components/teaser/teaser_poster.hbs'] = '<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"]\'}} ">\n <figure class="ar-1-1" aria-hidden="true">\n {{~> 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" ~}}\n </figure> \n <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">\n <div class="self-center block mx-8 text-center text-white">\n {{> 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"]\') }} \n </div>\n </div>\n {{#decorator \'components/base/link\' _css="absolute flex w-full h-full justify-center" _isAriaHidden=true _doTracking=(if this.doTracking \'true\') _clickLabelPrefix1=this.teaserSize _clickLabelPrefix2="mediaLink" }}\n <div class="self-end px-4 py-2.5 {{inline-switch this.teaserSize \'["33","50"]\' \'["mb-7","mb-7 md:mb-16"]\'}} text-white border border-white font-heading hover:bg-white hover:text-toplineColor hover:border-toplineColor">{{this.link.readMoreText.readMoreLong}}</div>\n {{/decorator}} \n <span class="sr-only">{{this.link.readMoreText.readMoreLong}}: {{this.title}}</span> \n</article>'
|
|
30
30
|
module.exports['components/teaser/teaser_standard.hbs'] = '<article class="relative col-span-12 flex {{if this.displayTeaserBodyAsImageOverlay \'\' \'gap-y-3\'}} gap-x-4 \n{{~inline-switch this.teaserSize \'["25","33","50"]\' \'[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]\'}}\n{{~#if this.isMobile1to1}} js-is1to1 px-5 md:px-0 md:flex-col{{else}} flex-col{{/if~}} \n "\n x-data="{ avStart: false }"\n {{#if this.isMobile1to1}}\n :class="avStart ? \'flex-col\' : \'flex-row\'"\n {{/if}} \n >\n <figure class="relative \n {{~#if this.isMobile1to1}} basis-2/5 md:flex-full ar-1-1 md:ar-16-9{{else}} ar-16-9{{/if~}}"> \n {{> components/teaser/components/teaser_lead _isMobile1to1=this.isMobile1to1 _teaserSize=this.teaserSize _aspectRatio=(inline-switch this.teaserSize \'["25"]\' \'["ar-1-1 md:ar-16-9", "ar-16-9"]\') }} \n </figure>\n {{#if this.displayTeaserBodyAsImageOverlay}}\n {{#decorator \'components/teaser/components/teaser_image_overlay\' _noOverlayInMobileViewports=true _cssClasses=" relative md:absolute w-full bottom-0"}}\n <div class="flex flex-col items-center justify-center p-4 border-dashed border-r border-gray-400">\n {{> components/event/instant_dates}}\n </div>\n {{> components/teaser/components/teaser_body _outerCssClasses=(if this.isMobile1to1 \'py-4 md:px-4 basis-3/5 md:flex-full\' \'py-4 md:px-4\')}}\n {{/decorator}}\n {{else}}\n {{> components/teaser/components/teaser_body _outerCssClasses=(if this.isMobile1to1 \'basis-3/5 md:flex-full\')}}\n {{/if}}\n</article>'
|
package/dist/assets/index.css
CHANGED
|
@@ -2072,7 +2072,7 @@ video {
|
|
|
2072
2072
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2073
2073
|
}
|
|
2074
2074
|
.counter-reset {
|
|
2075
|
-
counter-reset:
|
|
2075
|
+
counter-reset: cnt1666700743304;
|
|
2076
2076
|
}
|
|
2077
2077
|
.line-clamp-4 {
|
|
2078
2078
|
overflow: hidden;
|
|
@@ -2461,7 +2461,7 @@ video {
|
|
|
2461
2461
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2462
2462
|
}
|
|
2463
2463
|
.-ordered {
|
|
2464
|
-
counter-increment:
|
|
2464
|
+
counter-increment: cnt1666700743304 1;
|
|
2465
2465
|
}
|
|
2466
2466
|
.-ordered::before {
|
|
2467
2467
|
position: absolute;
|
|
@@ -2478,7 +2478,7 @@ video {
|
|
|
2478
2478
|
letter-spacing: .0125em;
|
|
2479
2479
|
--tw-text-opacity: 1;
|
|
2480
2480
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2481
|
-
content: counter(
|
|
2481
|
+
content: counter(cnt1666700743304);
|
|
2482
2482
|
}
|
|
2483
2483
|
.\[-T\:\+Z\] {
|
|
2484
2484
|
--t: +Z;
|
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.69.
|
|
9
|
+
"version": "0.69.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"documentSection": "Panorama",
|
|
34
34
|
"isBroadcastDateHidden": false,
|
|
35
35
|
"showProfileInfoAsByline": true,
|
|
36
|
-
"profiles": "Von Petra Boberg und Christine
|
|
36
|
+
"profiles": "Von Petra Boberg und Christine Rütte",
|
|
37
37
|
"link": {
|
|
38
38
|
"url": "/teaser1",
|
|
39
39
|
"webviewUrl": "/teaser1#webview",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
"documentSection": "Panorama",
|
|
411
411
|
"isBroadcastDateHidden": false,
|
|
412
412
|
"showProfileInfoAsByline": true,
|
|
413
|
-
"profiles": "Von Petra Boberg und Christine
|
|
413
|
+
"profiles": "Von Petra Boberg und Christine Rütte" ,
|
|
414
414
|
"link": {
|
|
415
415
|
"url": "/teaser1",
|
|
416
416
|
"webviewUrl": "/teaser1#webview",
|
|
@@ -1,189 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"isMixed" : false,
|
|
12
|
-
"isAutosuggest" : false,
|
|
13
|
-
"selectedItem": {
|
|
14
|
-
"title" : "Themen Wirtschaft"
|
|
15
|
-
},
|
|
16
|
-
"contentNavEntries": [
|
|
17
|
-
{
|
|
18
|
-
"title" : "Arbeitsmarkt",
|
|
19
|
-
"isGroup" : false,
|
|
20
|
-
"isSelected" : false,
|
|
21
|
-
"link" : {
|
|
22
|
-
"url": "/teaser1",
|
|
23
|
-
"webviewUrl": "/teaser1#webview",
|
|
24
|
-
"isTargetBlank": true,
|
|
25
|
-
"hasIcon": false,
|
|
26
|
-
"iconName": "extern"
|
|
27
|
-
},
|
|
28
|
-
"navigationGroup" : [
|
|
29
|
-
{
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"title" : "Banken",
|
|
35
|
-
"link" : {
|
|
36
|
-
"url": "/teaser1",
|
|
37
|
-
"webviewUrl": "/teaser1#webview",
|
|
38
|
-
"isTargetBlank": false,
|
|
39
|
-
"hasIcon": false,
|
|
40
|
-
"iconName": "iconName",
|
|
41
|
-
"readMoreText": {
|
|
42
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
43
|
-
"readMore": "mehr",
|
|
44
|
-
"readMoreLong": "read More Long"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"isGroup" : false,
|
|
48
|
-
"isSelected" : false
|
|
49
|
-
},
|
|
50
|
-
|
|
51
|
-
{
|
|
52
|
-
"title" : "Energie",
|
|
53
|
-
"link" : {
|
|
54
|
-
"url": "/teaser1",
|
|
55
|
-
"webviewUrl": "/teaser1#webview",
|
|
56
|
-
"isTargetBlank": true,
|
|
57
|
-
"hasIcon": false,
|
|
58
|
-
"iconName": "iconName",
|
|
59
|
-
"readMoreText": {
|
|
60
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
61
|
-
"readMore": "mehr",
|
|
62
|
-
"readMoreLong": "read More Long"
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
"isGroup" : false,
|
|
66
|
-
"isSelected" : false
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"title" : "Flughafen Kassel-Calden",
|
|
70
|
-
"link" : {
|
|
71
|
-
"url": "/teaser1",
|
|
72
|
-
"webviewUrl": "/teaser1#webview",
|
|
73
|
-
"isTargetBlank": true,
|
|
74
|
-
"hasIcon": false,
|
|
75
|
-
"iconName": "iconName",
|
|
76
|
-
"readMoreText": {
|
|
77
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
78
|
-
"readMore": "mehr",
|
|
79
|
-
"readMoreLong": "read More Long"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
"isGroup" : false,
|
|
83
|
-
"isSelected" : false
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"title" : "Gewerkschaften",
|
|
87
|
-
"link" : {
|
|
88
|
-
"url": "/teaser1",
|
|
89
|
-
"webviewUrl": "/teaser1#webview",
|
|
90
|
-
"isTargetBlank": true,
|
|
91
|
-
"hasIcon": false,
|
|
92
|
-
"iconName": "iconName",
|
|
93
|
-
"readMoreText": {
|
|
94
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
95
|
-
"readMore": "mehr",
|
|
96
|
-
"readMoreLong": "read More Long"
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
"isGroup" : false,
|
|
100
|
-
"isSelected" : false
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"title" : "Handel",
|
|
104
|
-
"link" : {
|
|
105
|
-
"url": "/teaser1",
|
|
106
|
-
"webviewUrl": "/teaser1#webview",
|
|
107
|
-
"isTargetBlank": true,
|
|
108
|
-
"hasIcon": false,
|
|
109
|
-
"iconName": "iconName",
|
|
110
|
-
"readMoreText": {
|
|
111
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
112
|
-
"readMore": "mehr",
|
|
113
|
-
"readMoreLong": "read More Long"
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"isGroup" : false,
|
|
117
|
-
"isSelected" : false
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"title" : "Handwerk",
|
|
121
|
-
"link" : {
|
|
122
|
-
"url": "/teaser1",
|
|
123
|
-
"webviewUrl": "/teaser1#webview",
|
|
124
|
-
"isTargetBlank": true,
|
|
125
|
-
"hasIcon": false,
|
|
126
|
-
"iconName": "iconName",
|
|
127
|
-
"readMoreText": {
|
|
128
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
129
|
-
"readMore": "mehr",
|
|
130
|
-
"readMoreLong": "read More Long"
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
"isGroup" : false,
|
|
134
|
-
"isSelected" : false
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"title" : "Immobilien",
|
|
138
|
-
"link" : {
|
|
139
|
-
"url": "/teaser1",
|
|
140
|
-
"webviewUrl": "/teaser1#webview",
|
|
141
|
-
"isTargetBlank": true,
|
|
142
|
-
"hasIcon": false,
|
|
143
|
-
"iconName": "iconName",
|
|
144
|
-
"readMoreText": {
|
|
145
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
146
|
-
"readMore": "mehr",
|
|
147
|
-
"readMoreLong": "read More Long"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"isGroup" : false,
|
|
151
|
-
"isSelected" : false
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"title" : "K + S",
|
|
155
|
-
"link" : {
|
|
156
|
-
"url": "/teaser1",
|
|
157
|
-
"webviewUrl": "/teaser1#webview",
|
|
158
|
-
"isTargetBlank": true,
|
|
159
|
-
"hasIcon": false,
|
|
160
|
-
"iconName": "iconName",
|
|
161
|
-
"readMoreText": {
|
|
162
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
163
|
-
"readMore": "mehr",
|
|
164
|
-
"readMoreLong": "read More Long"
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
"isGroup" : false,
|
|
168
|
-
"isSelected" : false
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"title" : "Landwirtschaft",
|
|
172
|
-
"link" : {
|
|
173
|
-
"url": "/teaser1",
|
|
174
|
-
"webviewUrl": "/teaser1#webview",
|
|
175
|
-
"isTargetBlank": true,
|
|
176
|
-
"hasIcon": false,
|
|
177
|
-
"iconName": "iconName",
|
|
178
|
-
"readMoreText": {
|
|
179
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
180
|
-
"readMore": "mehr",
|
|
181
|
-
"readMoreLong": "read More Long"
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
"isGroup" : false,
|
|
185
|
-
"isSelected" : false
|
|
186
|
-
}
|
|
187
|
-
]
|
|
188
|
-
}
|
|
189
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
3
|
+
"@->contentpath": "teaserContentNav",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "contentNav.isDropdown",
|
|
7
|
+
"@->value": true
|
|
8
|
+
}
|
|
9
|
+
]
|
|
10
|
+
}
|
|
@@ -1,189 +1,14 @@
|
|
|
1
|
-
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"isDropdown" : true,
|
|
9
|
-
"isList" : false,
|
|
10
|
-
"isFlow" : false,
|
|
11
|
-
"isMixed" : false,
|
|
12
|
-
"isAutosuggest" : true,
|
|
13
|
-
"selectedItem": {
|
|
14
|
-
"title" : "Themen Wirtschaft"
|
|
1
|
+
{
|
|
2
|
+
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
3
|
+
"@->contentpath": "teaserContentNav",
|
|
4
|
+
"@->overrides": [
|
|
5
|
+
{
|
|
6
|
+
"@->contentpath": "contentNav.isAutosuggest",
|
|
7
|
+
"@->value": true
|
|
15
8
|
},
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"url": "/teaser1",
|
|
23
|
-
"webviewUrl": "/teaser1#webview",
|
|
24
|
-
"isTargetBlank": true,
|
|
25
|
-
"hasIcon": false,
|
|
26
|
-
"iconName": "extern"
|
|
27
|
-
},
|
|
28
|
-
"navigationGroup" : [
|
|
29
|
-
{
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"title" : "Banken",
|
|
35
|
-
"link" : {
|
|
36
|
-
"url": "/teaser1",
|
|
37
|
-
"webviewUrl": "/teaser1#webview",
|
|
38
|
-
"isTargetBlank": false,
|
|
39
|
-
"hasIcon": false,
|
|
40
|
-
"iconName": "iconName",
|
|
41
|
-
"readMoreText": {
|
|
42
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
43
|
-
"readMore": "mehr",
|
|
44
|
-
"readMoreLong": "read More Long"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"isGroup" : false,
|
|
48
|
-
"isSelected" : false
|
|
49
|
-
},
|
|
50
|
-
|
|
51
|
-
{
|
|
52
|
-
"title" : "Energie",
|
|
53
|
-
"link" : {
|
|
54
|
-
"url": "/teaser1",
|
|
55
|
-
"webviewUrl": "/teaser1#webview",
|
|
56
|
-
"isTargetBlank": true,
|
|
57
|
-
"hasIcon": false,
|
|
58
|
-
"iconName": "iconName",
|
|
59
|
-
"readMoreText": {
|
|
60
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
61
|
-
"readMore": "mehr",
|
|
62
|
-
"readMoreLong": "read More Long"
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
"isGroup" : false,
|
|
66
|
-
"isSelected" : false
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"title" : "Flughafen Kassel-Calden",
|
|
70
|
-
"link" : {
|
|
71
|
-
"url": "/teaser1",
|
|
72
|
-
"webviewUrl": "/teaser1#webview",
|
|
73
|
-
"isTargetBlank": true,
|
|
74
|
-
"hasIcon": false,
|
|
75
|
-
"iconName": "iconName",
|
|
76
|
-
"readMoreText": {
|
|
77
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
78
|
-
"readMore": "mehr",
|
|
79
|
-
"readMoreLong": "read More Long"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
"isGroup" : false,
|
|
83
|
-
"isSelected" : false
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"title" : "Gewerkschaften",
|
|
87
|
-
"link" : {
|
|
88
|
-
"url": "/teaser1",
|
|
89
|
-
"webviewUrl": "/teaser1#webview",
|
|
90
|
-
"isTargetBlank": true,
|
|
91
|
-
"hasIcon": false,
|
|
92
|
-
"iconName": "iconName",
|
|
93
|
-
"readMoreText": {
|
|
94
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
95
|
-
"readMore": "mehr",
|
|
96
|
-
"readMoreLong": "read More Long"
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
"isGroup" : false,
|
|
100
|
-
"isSelected" : false
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"title" : "Handel",
|
|
104
|
-
"link" : {
|
|
105
|
-
"url": "/teaser1",
|
|
106
|
-
"webviewUrl": "/teaser1#webview",
|
|
107
|
-
"isTargetBlank": true,
|
|
108
|
-
"hasIcon": false,
|
|
109
|
-
"iconName": "iconName",
|
|
110
|
-
"readMoreText": {
|
|
111
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
112
|
-
"readMore": "mehr",
|
|
113
|
-
"readMoreLong": "read More Long"
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"isGroup" : false,
|
|
117
|
-
"isSelected" : false
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"title" : "Handwerk",
|
|
121
|
-
"link" : {
|
|
122
|
-
"url": "/teaser1",
|
|
123
|
-
"webviewUrl": "/teaser1#webview",
|
|
124
|
-
"isTargetBlank": true,
|
|
125
|
-
"hasIcon": false,
|
|
126
|
-
"iconName": "iconName",
|
|
127
|
-
"readMoreText": {
|
|
128
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
129
|
-
"readMore": "mehr",
|
|
130
|
-
"readMoreLong": "read More Long"
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
"isGroup" : false,
|
|
134
|
-
"isSelected" : false
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"title" : "Immobilien",
|
|
138
|
-
"link" : {
|
|
139
|
-
"url": "/teaser1",
|
|
140
|
-
"webviewUrl": "/teaser1#webview",
|
|
141
|
-
"isTargetBlank": true,
|
|
142
|
-
"hasIcon": false,
|
|
143
|
-
"iconName": "iconName",
|
|
144
|
-
"readMoreText": {
|
|
145
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
146
|
-
"readMore": "mehr",
|
|
147
|
-
"readMoreLong": "read More Long"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"isGroup" : false,
|
|
151
|
-
"isSelected" : false
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"title" : "K + S",
|
|
155
|
-
"link" : {
|
|
156
|
-
"url": "/teaser1",
|
|
157
|
-
"webviewUrl": "/teaser1#webview",
|
|
158
|
-
"isTargetBlank": true,
|
|
159
|
-
"hasIcon": false,
|
|
160
|
-
"iconName": "iconName",
|
|
161
|
-
"readMoreText": {
|
|
162
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
163
|
-
"readMore": "mehr",
|
|
164
|
-
"readMoreLong": "read More Long"
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
"isGroup" : false,
|
|
168
|
-
"isSelected" : false
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"title" : "Landwirtschaft",
|
|
172
|
-
"link" : {
|
|
173
|
-
"url": "/teaser1",
|
|
174
|
-
"webviewUrl": "/teaser1#webview",
|
|
175
|
-
"isTargetBlank": true,
|
|
176
|
-
"hasIcon": false,
|
|
177
|
-
"iconName": "iconName",
|
|
178
|
-
"readMoreText": {
|
|
179
|
-
"readMoreScreenreader": "Zum Artikel",
|
|
180
|
-
"readMore": "mehr",
|
|
181
|
-
"readMoreLong": "read More Long"
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
"isGroup" : false,
|
|
185
|
-
"isSelected" : false
|
|
186
|
-
}
|
|
187
|
-
]
|
|
188
|
-
}
|
|
189
|
-
}
|
|
9
|
+
{
|
|
10
|
+
"@->contentpath": "contentNav.isDropdown",
|
|
11
|
+
"@->value": true
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|