hr-design-system-handlebars 1.28.1 → 1.28.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.
- package/CHANGELOG.md +12 -0
- package/dist/assets/index.css +3 -11
- package/dist/views/components/teaser/ticker/teaser_ticker_body.hbs +2 -2
- package/dist/views/components/teaser/ticker/teaser_ticker_timeline.hbs +20 -22
- package/package.json +1 -1
- package/src/stories/views/components/teaser/ticker/teaser_ticker_body.hbs +2 -2
- package/src/stories/views/components/teaser/ticker/teaser_ticker_timeline.hbs +20 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.28.2 (Fri Jun 23 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- some fixes [#655](https://github.com/mumprod/hr-design-system-handlebars/pull/655) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.28.1 (Thu Jun 22 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2186,10 +2186,6 @@ video {
|
|
|
2186
2186
|
padding-left: 0.375rem;
|
|
2187
2187
|
padding-right: 0.375rem;
|
|
2188
2188
|
}
|
|
2189
|
-
.px-10 {
|
|
2190
|
-
padding-left: 2.5rem;
|
|
2191
|
-
padding-right: 2.5rem;
|
|
2192
|
-
}
|
|
2193
2189
|
.px-2 {
|
|
2194
2190
|
padding-left: 0.5rem;
|
|
2195
2191
|
padding-right: 0.5rem;
|
|
@@ -2820,7 +2816,7 @@ video {
|
|
|
2820
2816
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2821
2817
|
}
|
|
2822
2818
|
.counter-reset {
|
|
2823
|
-
counter-reset:
|
|
2819
|
+
counter-reset: cnt1687524773004;
|
|
2824
2820
|
}
|
|
2825
2821
|
.hyphens-auto {
|
|
2826
2822
|
-webkit-hyphens: auto;
|
|
@@ -3055,7 +3051,7 @@ video {
|
|
|
3055
3051
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3056
3052
|
}
|
|
3057
3053
|
.-ordered {
|
|
3058
|
-
counter-increment:
|
|
3054
|
+
counter-increment: cnt1687524773004 1;
|
|
3059
3055
|
}
|
|
3060
3056
|
.-ordered::before {
|
|
3061
3057
|
position: absolute;
|
|
@@ -3071,7 +3067,7 @@ video {
|
|
|
3071
3067
|
letter-spacing: .0125em;
|
|
3072
3068
|
--tw-text-opacity: 1;
|
|
3073
3069
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3074
|
-
content: counter(
|
|
3070
|
+
content: counter(cnt1687524773004);
|
|
3075
3071
|
}
|
|
3076
3072
|
/*! ****************************/
|
|
3077
3073
|
/*! text-shadow */
|
|
@@ -4961,10 +4957,6 @@ video {
|
|
|
4961
4957
|
padding-right: 1rem;
|
|
4962
4958
|
}
|
|
4963
4959
|
|
|
4964
|
-
.md\:pb-5 {
|
|
4965
|
-
padding-bottom: 1.25rem;
|
|
4966
|
-
}
|
|
4967
|
-
|
|
4968
4960
|
.md\:pl-0 {
|
|
4969
4961
|
padding-left: 0px;
|
|
4970
4962
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{{#with this.label}}
|
|
6
6
|
{{#> components/label/label_group}}
|
|
7
7
|
{{> components/label/label _type=this.type _text=(loca this.loca) }}
|
|
8
|
-
{{> components/label/label_byline _css="ml-2 text-tickerTeaserlabelByline" _text
|
|
8
|
+
{{> components/label/label_byline _css="ml-2 text-tickerTeaserlabelByline" _text=../../../this.tickerTopic }}
|
|
9
9
|
{{/components/label/label_group}}
|
|
10
10
|
{{/with~}}
|
|
11
11
|
{{#> components/teaser/components/teaser_headline _headlineTag=this.headlineTag _css="overflow-anywhere hyphens-auto"}}
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
{{/components/base/link}}
|
|
18
18
|
{{/components/teaser/components/teaser_header}}
|
|
19
19
|
|
|
20
|
-
{{> components/teaser/ticker/teaser_ticker_timeline _css=(inline-switch _teaserSize '["25","33"]' '[" hidden"," md:hidden"]') _color="white"
|
|
20
|
+
{{> components/teaser/ticker/teaser_ticker_timeline _css=(inline-switch _teaserSize '["25","33"]' '[" hidden"," md:hidden"]') _color="white" }}
|
|
21
21
|
{{> components/teaser/ticker/teaser_ticker_footer _teaserSize=_teaserSize}}
|
|
22
22
|
|
|
23
23
|
|
|
@@ -1,29 +1,27 @@
|
|
|
1
1
|
{{~#with this.tickerItemResults ~}}
|
|
2
2
|
<ul class="{{#if ../_css}} {{../_css}}{{/if}} {{if ../this.isStandardTeaser ' pl-10 pr-5' ' pl-10 md:pl-5 pr-5 md:pr-0'}}">
|
|
3
3
|
{{~#each this~}}
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<div class="
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<div class="
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
4
|
+
<li class="relative h-auto [&:not(:last-child)]:pb-5">
|
|
5
|
+
<div class="absolute h-full">
|
|
6
|
+
<div class="relative w-[9px] h-[9px] rounded-full top-0.5 bg-tickerTeaserTimelineScore -left-5"></div>
|
|
7
|
+
{{#unless @last}}
|
|
8
|
+
<div class="relative flex flex-col w-0 h-full -left-4">
|
|
9
|
+
<div class="h-full my-2 border-l{{#if ../../_color}} border-{{../../_color}}{{else}} border-gray-400{{/if}}"></div>
|
|
10
|
+
<div class="h-2"></div>
|
|
11
|
+
</div>
|
|
12
|
+
{{/unless}}
|
|
13
|
+
</div>
|
|
14
|
+
{{#with this.tickerItemDateTime~}}
|
|
15
|
+
<div class="text-xs{{#if ../../../_color}} text-{{../../../_color}}{{/if}}">
|
|
16
|
+
{{#if ../../../this.isMultiDay}}
|
|
17
|
+
{{this.broadcastDate }}
|
|
18
|
+
{{else}}
|
|
19
|
+
{{this.time }}
|
|
20
|
+
{{/if}}
|
|
14
21
|
</div>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
{{this.broadcastDate }}
|
|
19
|
-
{{else}}
|
|
20
|
-
{{this.time }}
|
|
21
|
-
{{/if}}
|
|
22
|
-
</div>
|
|
23
|
-
{{~/with}}
|
|
24
|
-
<a class="text-base{{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}">{{this.relevantTitle}}</a>
|
|
25
|
-
</li>
|
|
26
|
-
{{/if}}
|
|
22
|
+
{{~/with}}
|
|
23
|
+
<a class="text-base{{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}">{{this.relevantTitle}}</a>
|
|
24
|
+
</li>
|
|
27
25
|
{{~/each~}}
|
|
28
26
|
</ul>
|
|
29
27
|
{{~/with~}}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"repository": "https://github.com/szuelch/hr-design-system-handlebars",
|
|
9
|
-
"version": "1.28.
|
|
9
|
+
"version": "1.28.2",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{{#with this.label}}
|
|
6
6
|
{{#> components/label/label_group}}
|
|
7
7
|
{{> components/label/label _type=this.type _text=(loca this.loca) }}
|
|
8
|
-
{{> components/label/label_byline _css="ml-2 text-tickerTeaserlabelByline" _text
|
|
8
|
+
{{> components/label/label_byline _css="ml-2 text-tickerTeaserlabelByline" _text=../../../this.tickerTopic }}
|
|
9
9
|
{{/components/label/label_group}}
|
|
10
10
|
{{/with~}}
|
|
11
11
|
{{#> components/teaser/components/teaser_headline _headlineTag=this.headlineTag _css="overflow-anywhere hyphens-auto"}}
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
{{/components/base/link}}
|
|
18
18
|
{{/components/teaser/components/teaser_header}}
|
|
19
19
|
|
|
20
|
-
{{> components/teaser/ticker/teaser_ticker_timeline _css=(inline-switch _teaserSize '["25","33"]' '[" hidden"," md:hidden"]') _color="white"
|
|
20
|
+
{{> components/teaser/ticker/teaser_ticker_timeline _css=(inline-switch _teaserSize '["25","33"]' '[" hidden"," md:hidden"]') _color="white" }}
|
|
21
21
|
{{> components/teaser/ticker/teaser_ticker_footer _teaserSize=_teaserSize}}
|
|
22
22
|
|
|
23
23
|
|
|
@@ -1,29 +1,27 @@
|
|
|
1
1
|
{{~#with this.tickerItemResults ~}}
|
|
2
2
|
<ul class="{{#if ../_css}} {{../_css}}{{/if}} {{if ../this.isStandardTeaser ' pl-10 pr-5' ' pl-10 md:pl-5 pr-5 md:pr-0'}}">
|
|
3
3
|
{{~#each this~}}
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<div class="
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<div class="
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
4
|
+
<li class="relative h-auto [&:not(:last-child)]:pb-5">
|
|
5
|
+
<div class="absolute h-full">
|
|
6
|
+
<div class="relative w-[9px] h-[9px] rounded-full top-0.5 bg-tickerTeaserTimelineScore -left-5"></div>
|
|
7
|
+
{{#unless @last}}
|
|
8
|
+
<div class="relative flex flex-col w-0 h-full -left-4">
|
|
9
|
+
<div class="h-full my-2 border-l{{#if ../../_color}} border-{{../../_color}}{{else}} border-gray-400{{/if}}"></div>
|
|
10
|
+
<div class="h-2"></div>
|
|
11
|
+
</div>
|
|
12
|
+
{{/unless}}
|
|
13
|
+
</div>
|
|
14
|
+
{{#with this.tickerItemDateTime~}}
|
|
15
|
+
<div class="text-xs{{#if ../../../_color}} text-{{../../../_color}}{{/if}}">
|
|
16
|
+
{{#if ../../../this.isMultiDay}}
|
|
17
|
+
{{this.broadcastDate }}
|
|
18
|
+
{{else}}
|
|
19
|
+
{{this.time }}
|
|
20
|
+
{{/if}}
|
|
14
21
|
</div>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
{{this.broadcastDate }}
|
|
19
|
-
{{else}}
|
|
20
|
-
{{this.time }}
|
|
21
|
-
{{/if}}
|
|
22
|
-
</div>
|
|
23
|
-
{{~/with}}
|
|
24
|
-
<a class="text-base{{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}">{{this.relevantTitle}}</a>
|
|
25
|
-
</li>
|
|
26
|
-
{{/if}}
|
|
22
|
+
{{~/with}}
|
|
23
|
+
<a class="text-base{{#if ../../_color}} text-{{../../_color}}{{else}} text-toplineColor{{/if}} underline decoration-1 ds-link" href="{{this.tickerItemUrl}}">{{this.relevantTitle}}</a>
|
|
24
|
+
</li>
|
|
27
25
|
{{~/each~}}
|
|
28
26
|
</ul>
|
|
29
27
|
{{~/with~}}
|