hr-design-system-handlebars 0.124.4 → 1.0.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.
- package/CHANGELOG.md +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/button/button_round_classes.hbs +4 -4
- package/dist/views/components/teaser/components/teaser_title_classes.hbs +7 -7
- package/dist/views/components/teaser/teaser_indextext.hbs +3 -3
- package/package.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_audio.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_download.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_link.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_live.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_single_event.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_two_events.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_100_serif_video.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_audio.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_download.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_link.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_live.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_50_serif_video.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_hero_serif.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_audio.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_comments.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_label.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_link.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_live.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_program.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_hero_serif_video.json +1 -1
- package/src/assets/fixtures/teaser/teaser_alternative_without_teaserimage_50_serif.json +1 -1
- package/src/assets/fixtures/teaser/teaser_group_tabbox.inc.json +2 -2
- package/src/assets/fixtures/teaser/teaser_indextext_100_accented.json +1 -1
- package/src/assets/fixtures/teaser/teaser_indextext_100_boxed.json +1 -1
- package/src/assets/fixtures/teaser/teaser_indextext_100_highlighted.json +1 -1
- package/src/assets/fixtures/teaser/teaser_indextext_50_accented.json +1 -1
- package/src/assets/fixtures/teaser/teaser_poster_lg.json +1 -1
- package/src/assets/fixtures/teaser/teaser_poster_md.json +1 -1
- package/src/assets/fixtures/teaser/teaser_poster_md_label.json +1 -1
- package/src/assets/fixtures/teaser/teaser_standard_100_serif_single_event.json +1 -1
- package/src/assets/fixtures/teaser/teaser_standard_100_serif_two_events.json +1 -1
- package/src/assets/fixtures/teaser/teaser_standard_33_serif_multiple_events.json +1 -1
- package/src/assets/fixtures/teaser/teaser_standard_33_serif_single_event.json +1 -1
- package/src/assets/fixtures/teaser/teaser_standard_33_serif_two_events.json +1 -1
- package/src/assets/fixtures/teaser/teaser_standard_50_serif_single_event.json +1 -1
- package/src/assets/fixtures/teaser/teaser_standard_66_serif_single_event.json +1 -1
- package/src/assets/fixtures/teaser/teasers.inc.json +15 -15
- package/src/stories/Fixtures.stories.mdx +1 -1
- package/src/stories/views/components/button/button_round_classes.hbs +4 -4
- package/src/stories/views/components/teaser/components/teaser_heading.stories.mdx +3 -3
- package/src/stories/views/components/teaser/components/teaser_title.stories.mdx +3 -3
- package/src/stories/views/components/teaser/components/teaser_title_classes.hbs +7 -7
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_download.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_two_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_100_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_download.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_50_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_comments.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_label.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_program.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_hero_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_alternative_without_teaserimage_50_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_comments_without_teaserinfo.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100 copy.json +4 -4
- package/src/stories/views/components/teaser/fixtures/teaser_group_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_100_highlight_2.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_group_related_content_100.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_index.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_accented.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_boxed.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_indextext_100_highlighted.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_indextext_50_accented.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_podcast_playlist_50.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_poster_lg.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_poster_md.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_poster_md_label.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_download.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_program.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_100_serif_two_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_audio_livestream.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_25_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_long_geotag.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_multiple_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_tabbox.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_33_serif_two_events.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_audio_livestream.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_download.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_live.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_podcast.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_tabbox.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_50_serif_video.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_66_serif_single_event.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_comments.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_label.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_hero_serif_link.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_without_teaserimage_25_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_standard_without_teaserimage_50_serif.json +1 -1
- package/src/stories/views/components/teaser/fixtures/teaser_tabbox.json +1 -1
- package/src/stories/views/components/teaser/teaser_indextext.hbs +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.0.0 (Thu Feb 09 2023)
|
|
2
|
+
|
|
3
|
+
#### 💥 Breaking Change
|
|
4
|
+
|
|
5
|
+
- FEATURE: After full migration of new Design-System in delivery - change the teasertypes and remove postfix -ds [#533](https://github.com/mumprod/hr-design-system-handlebars/pull/533) ([@mariokinzel](https://github.com/mariokinzel))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@mariokinzel](https://github.com/mariokinzel)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.124.4 (Thu Feb 09 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2642,7 +2642,7 @@ video {
|
|
|
2642
2642
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2643
2643
|
}
|
|
2644
2644
|
.counter-reset {
|
|
2645
|
-
counter-reset:
|
|
2645
|
+
counter-reset: cnt1675951055701;
|
|
2646
2646
|
}
|
|
2647
2647
|
.line-clamp-4 {
|
|
2648
2648
|
overflow: hidden;
|
|
@@ -2876,7 +2876,7 @@ video {
|
|
|
2876
2876
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2877
2877
|
}
|
|
2878
2878
|
.-ordered {
|
|
2879
|
-
counter-increment:
|
|
2879
|
+
counter-increment: cnt1675951055701 1;
|
|
2880
2880
|
}
|
|
2881
2881
|
.-ordered::before {
|
|
2882
2882
|
position: absolute;
|
|
@@ -2892,7 +2892,7 @@ video {
|
|
|
2892
2892
|
letter-spacing: .0125em;
|
|
2893
2893
|
--tw-text-opacity: 1;
|
|
2894
2894
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2895
|
-
content: counter(
|
|
2895
|
+
content: counter(cnt1675951055701);
|
|
2896
2896
|
}
|
|
2897
2897
|
/*! ****************************/
|
|
2898
2898
|
/*! text-shadow */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{~#switch _teaserType~}}
|
|
2
|
-
{{~#case 'standard
|
|
2
|
+
{{~#case 'standard'~}}
|
|
3
3
|
{{~#if _isMobile1to1~}}
|
|
4
4
|
{{~inline-switch
|
|
5
5
|
_teaserSize '["25","33"]' '[" my-2 mx-2"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2 md:my-5 md:mx-5 "]'
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
~}}
|
|
11
11
|
{{~/if~}}
|
|
12
12
|
{{~/case~}}
|
|
13
|
-
{{~#case 'alternative
|
|
13
|
+
{{~#case 'alternative'~}}
|
|
14
14
|
{{~#if _isMobile1to1~}}
|
|
15
15
|
{{~inline-switch
|
|
16
16
|
_teaserSize '["hero","100","50"]' '[" my-2 mx-2 md:my-5 md:mx-5"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2"]'
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
~}}
|
|
22
22
|
{{~/if~}}
|
|
23
23
|
{{~/case~}}
|
|
24
|
-
{{~#case 'tabbox-standard
|
|
24
|
+
{{~#case 'tabbox-standard'~}}
|
|
25
25
|
{{~#if _isMobile1to1~}}
|
|
26
26
|
{{~inline-switch
|
|
27
27
|
_teaserSize '["25","33"]' '[" my-2 mx-2"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2 md:my-5 md:mx-5 "]'
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
~}}
|
|
33
33
|
{{~/if~}}
|
|
34
34
|
{{~/case~}}
|
|
35
|
-
{{~#case 'tabbox-alternative
|
|
35
|
+
{{~#case 'tabbox-alternative'~}}
|
|
36
36
|
{{~#if _isMobile1to1~}}
|
|
37
37
|
{{~inline-switch
|
|
38
38
|
_teaserSize '["hero","100","50"]' '[" my-2 mx-2 md:my-5 md:mx-5"," my-2 mx-2 md:my-3 md:mx-3"," my-2 mx-2"]'
|
|
@@ -12,7 +12,7 @@ the 4 parameters are:
|
|
|
12
12
|
}}
|
|
13
13
|
|
|
14
14
|
{{~#switch _teaserType~}}
|
|
15
|
-
{{~#case 'standard
|
|
15
|
+
{{~#case 'standard'~}}
|
|
16
16
|
{{~#if _isMobile1to1~}}
|
|
17
17
|
{{~inline-switch
|
|
18
18
|
_size
|
|
@@ -27,7 +27,7 @@ the 4 parameters are:
|
|
|
27
27
|
~}}
|
|
28
28
|
{{~/if~}}
|
|
29
29
|
{{~/case~}}
|
|
30
|
-
{{~#case 'event
|
|
30
|
+
{{~#case 'event'~}}
|
|
31
31
|
{{~#if _isMobile1to1~}}
|
|
32
32
|
{{~inline-switch
|
|
33
33
|
_size
|
|
@@ -42,7 +42,7 @@ the 4 parameters are:
|
|
|
42
42
|
~}}
|
|
43
43
|
{{~/if~}}
|
|
44
44
|
{{~/case~}}
|
|
45
|
-
{{~#case 'tabbox-standard
|
|
45
|
+
{{~#case 'tabbox-standard'~}}
|
|
46
46
|
{{~#if _isMobile1to1~}}
|
|
47
47
|
{{~inline-switch
|
|
48
48
|
_size
|
|
@@ -57,28 +57,28 @@ the 4 parameters are:
|
|
|
57
57
|
~}}
|
|
58
58
|
{{~/if~}}
|
|
59
59
|
{{~/case~}}
|
|
60
|
-
{{~#case 'alternative
|
|
60
|
+
{{~#case 'alternative'~}}
|
|
61
61
|
{{~inline-switch
|
|
62
62
|
_size
|
|
63
63
|
'["hero","100","50"]'
|
|
64
64
|
'["text-2xl md:text-3xl","text-lg md:text-3xl","text-lg md:text-2xl"]'
|
|
65
65
|
~}}
|
|
66
66
|
{{~/case~}}
|
|
67
|
-
{{~#case 'event-alternative
|
|
67
|
+
{{~#case 'event-alternative'~}}
|
|
68
68
|
{{~inline-switch
|
|
69
69
|
_size
|
|
70
70
|
'["hero","100","50"]'
|
|
71
71
|
'["text-2xl md:text-3xl","text-lg md:text-3xl","text-lg md:text-2xl"]'
|
|
72
72
|
~}}
|
|
73
73
|
{{~/case~}}
|
|
74
|
-
{{~#case 'tabbox-alternative
|
|
74
|
+
{{~#case 'tabbox-alternative'~}}
|
|
75
75
|
{{~inline-switch
|
|
76
76
|
_size
|
|
77
77
|
'["hero","100","50"]'
|
|
78
78
|
'["text-2xl md:text-3xl","text-lg md:text-3xl","text-lg md:text-2xl"]'
|
|
79
79
|
~}}
|
|
80
80
|
{{~/case~}}
|
|
81
|
-
{{~#case 'poster
|
|
81
|
+
{{~#case 'poster'~}}
|
|
82
82
|
{{~inline-switch _size '["50","33"]' '["text-2xl md:text-4xl","text-2xl"]'~}}
|
|
83
83
|
{{~/case~}}
|
|
84
84
|
{{~#case 'cluster'~}}
|
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
{{~inline-switch this.teaserSize '["50"]' '[" md:col-span-6",""]'}}
|
|
4
4
|
{{~inline-switch
|
|
5
5
|
this.teaserType
|
|
6
|
-
'["accented
|
|
6
|
+
'["accented","boxed","highlighted"]'
|
|
7
7
|
'[" bg-highlight-1"," bg-white border border-primary"," bg-highlight-2"," bg-highlight-1"]'
|
|
8
8
|
}}
|
|
9
9
|
'
|
|
10
10
|
>
|
|
11
11
|
<h3
|
|
12
12
|
class='text-2xl md:text-4xl font-title
|
|
13
|
-
{{~inline-switch this.teaserType '["highlighted
|
|
13
|
+
{{~inline-switch this.teaserType '["highlighted"]' '[" text-white",""]'}}'
|
|
14
14
|
>
|
|
15
15
|
{{this.title}}
|
|
16
16
|
</h3>
|
|
17
17
|
<p
|
|
18
18
|
class='mt-6 text-sm md:text-base font-copy
|
|
19
|
-
{{~inline-switch this.teaserType '["highlighted
|
|
19
|
+
{{~inline-switch this.teaserType '["highlighted"]' '[" text-white",""]'}}'
|
|
20
20
|
>
|
|
21
21
|
{{{this.shorttext}}}
|
|
22
22
|
</p>
|
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.
|
|
9
|
+
"version": "1.0.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
381
|
-
"@->value": "tabbox-alternative
|
|
381
|
+
"@->value": "tabbox-alternative"
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
384
|
"@->contentpath": "logicItem.includeModel.isMobile1to1",
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
432
|
-
"@->value": "tabbox-alternative
|
|
432
|
+
"@->value": "tabbox-alternative"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"@->contentpath": "logicItem.includeModel.isMobile1to1",
|