hr-design-system-handlebars 1.70.0 → 1.70.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 +13 -0
- package/dist/assets/brand/hessenschau/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-bigband/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr-werbung/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr1/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr2/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr3/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/hr4/conf/locatags.merged.json +2 -0
- package/dist/assets/brand/you-fm/conf/locatags.merged.json +2 -0
- package/dist/assets/index.css +11 -3
- package/dist/views/components/base/a11y/ariaLabelText.hbs +23 -0
- package/dist/views/components/button/utilities/button_on_image_classes.hbs +5 -1
- package/dist/views/components/content/copytext/components/media/media_figure.hbs +32 -0
- package/dist/views/components/content/copytext/components/media/media_figure_byline.hbs +35 -0
- package/dist/views/components/content/copytext/components/media/media_figure_headline.hbs +14 -0
- package/dist/views/components/content/copytext/components/video/video.hbs +5 -0
- package/dist/views/components/content/copytext/components/video/video_element.hbs +15 -0
- package/dist/views/components/content/copytext/components/video/video_element_ondemand.hbs +23 -0
- package/dist/views/components/content/copytext/copytext.hbs +1 -1
- package/dist/views/components/label/label.hbs +2 -2
- package/dist/views_static/components/base/a11y/ariaLabelText.hbs +23 -0
- package/dist/views_static/components/button/utilities/button_on_image_classes.hbs +5 -1
- package/dist/views_static/components/content/copytext/components/media/media_figure.hbs +32 -0
- package/dist/views_static/components/content/copytext/components/media/media_figure_byline.hbs +35 -0
- package/dist/views_static/components/content/copytext/components/media/media_figure_headline.hbs +14 -0
- package/dist/views_static/components/content/copytext/components/video/video.hbs +5 -0
- package/dist/views_static/components/content/copytext/components/video/video_element.hbs +15 -0
- package/dist/views_static/components/content/copytext/components/video/video_element_ondemand.hbs +23 -0
- package/dist/views_static/components/content/copytext/copytext.hbs +1 -1
- package/dist/views_static/components/label/label.hbs +2 -2
- package/package.json +1 -1
- package/src/assets/brand/_default/conf/locatags.json +3 -1
- package/src/assets/brand/hessenschau/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-bigband/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr-werbung/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr1/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr2/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr3/conf/locatags.merged.json +2 -0
- package/src/assets/brand/hr4/conf/locatags.merged.json +2 -0
- package/src/assets/brand/you-fm/conf/locatags.merged.json +2 -0
- package/src/assets/fixtures/content/copytext/copytext_video.json +159 -0
- package/src/assets/fixtures/teaser/teaser_labels.inc.json +4 -0
- package/src/assets/fixtures/video/videos.inc.json +77 -0
- package/src/stories/views/components/base/a11y/ariaLabelText.hbs +23 -0
- package/src/stories/views/components/button/utilities/button_on_image_classes.hbs +5 -1
- package/src/stories/views/components/content/copytext/components/media/media_figure.hbs +32 -0
- package/src/stories/views/components/content/copytext/components/media/media_figure_byline.hbs +35 -0
- package/src/stories/views/components/content/copytext/components/media/media_figure_headline.hbs +14 -0
- package/src/stories/views/components/content/copytext/components/video/video.hbs +5 -0
- package/src/stories/views/components/content/copytext/components/video/video_element.hbs +15 -0
- package/src/stories/views/components/content/copytext/components/video/video_element_ondemand.hbs +23 -0
- package/src/stories/views/components/content/copytext/copytext.hbs +1 -1
- package/src/stories/views/components/content/copytext/copytext.stories.js +7 -0
- package/src/stories/views/components/content/copytext/fixtures/copytext_video.json +1 -0
- package/src/stories/views/components/label/label.hbs +2 -2
- package/dist/views/components/content/copytext/components/video.hbs +0 -9
- package/dist/views_static/components/content/copytext/components/video.hbs +0 -9
- package/src/stories/views/components/content/copytext/components/video.hbs +0 -9
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
class='sb-label rounded px-1.5 pt-px inline-block tracking-wide text-white text-base leading-5.5 font-heading{{#if _css}} {{_css}}{{/if}}
|
|
3
3
|
{{inline-switch
|
|
4
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","podcast","kurzmeldung","location","topic"]'
|
|
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","bg-labelMedia","bg-labelKurzmeldung","bg-labelEvent","bg-labelComment"]'
|
|
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","podcast","kurzmeldung","location","topic","video"]'
|
|
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","bg-labelMedia","bg-labelKurzmeldung","bg-labelEvent","bg-labelComment","bg-labelMedia"]'
|
|
7
7
|
}}'
|
|
8
8
|
>
|
|
9
9
|
{{_text}}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{{~#if (isStorybook)~}}
|
|
2
|
-
<div class="mt-6 italic text-gray-dark">coming soon: Video-component</div>
|
|
3
|
-
{{~else~}}
|
|
4
|
-
{{#if this.showFullSize.isTrue }}
|
|
5
|
-
{{> modules/media/media_figure _fullSize=true _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
|
|
6
|
-
{{else}}
|
|
7
|
-
{{> modules/media/media_figure _fullSize=false _addClass="copytext__box dontPrint" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
|
|
8
|
-
{{/if}}
|
|
9
|
-
{{~/if~}}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{{~#if (isStorybook)~}}
|
|
2
|
-
<div class="mt-6 italic text-gray-dark">coming soon: Video-component</div>
|
|
3
|
-
{{~else~}}
|
|
4
|
-
{{#if this.showFullSize.isTrue }}
|
|
5
|
-
{{> modules/media/media_figure _fullSize=true _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
|
|
6
|
-
{{else}}
|
|
7
|
-
{{> modules/media/media_figure _fullSize=false _addClass="copytext__box dontPrint" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
|
|
8
|
-
{{/if}}
|
|
9
|
-
{{~/if~}}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{{~#if (isStorybook)~}}
|
|
2
|
-
<div class="mt-6 italic text-gray-dark">coming soon: Video-component</div>
|
|
3
|
-
{{~else~}}
|
|
4
|
-
{{#if this.showFullSize.isTrue }}
|
|
5
|
-
{{> modules/media/media_figure _fullSize=true _addClass="copytext__clearBox dontPrint" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
|
|
6
|
-
{{else}}
|
|
7
|
-
{{> modules/media/media_figure _fullSize=false _addClass="copytext__box dontPrint" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
|
|
8
|
-
{{/if}}
|
|
9
|
-
{{~/if~}}
|