hr-design-system-handlebars 1.29.2 → 1.29.4
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 +25 -0
- package/dist/assets/index.css +8 -5
- package/dist/views/components/teaser/components/teaser_body.hbs +1 -1
- package/dist/views/components/teaser/ticker/teaser_ticker_alternativ.hbs +1 -1
- package/package.json +1 -1
- package/src/assets/tailwind.css +1 -1
- package/src/stories/views/components/teaser/components/teaser_body.hbs +1 -1
- package/src/stories/views/components/teaser/ticker/teaser_ticker_alternativ.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v1.29.4 (Mon Jul 03 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- bugfix + add default bg-color [#668](https://github.com/mumprod/hr-design-system-handlebars/pull/668) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
10
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# v1.29.3 (Fri Jun 30 2023)
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug Fix
|
|
17
|
+
|
|
18
|
+
- add ticler-topic [#666](https://github.com/mumprod/hr-design-system-handlebars/pull/666) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
19
|
+
|
|
20
|
+
#### Authors: 1
|
|
21
|
+
|
|
22
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v1.29.2 (Fri Jun 30 2023)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1745,6 +1745,9 @@ video {
|
|
|
1745
1745
|
.self-center {
|
|
1746
1746
|
align-self: center;
|
|
1747
1747
|
}
|
|
1748
|
+
.self-stretch {
|
|
1749
|
+
align-self: stretch;
|
|
1750
|
+
}
|
|
1748
1751
|
.self-baseline {
|
|
1749
1752
|
align-self: baseline;
|
|
1750
1753
|
}
|
|
@@ -1996,7 +1999,7 @@ video {
|
|
|
1996
1999
|
background-color: var(--color-highlight-2);
|
|
1997
2000
|
}
|
|
1998
2001
|
.bg-highlight-3 {
|
|
1999
|
-
background-color: #
|
|
2002
|
+
background-color: #707070;
|
|
2000
2003
|
background-color: var(--color-highlight-3);
|
|
2001
2004
|
}
|
|
2002
2005
|
.bg-labelBreakingnews {
|
|
@@ -2816,7 +2819,7 @@ video {
|
|
|
2816
2819
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2817
2820
|
}
|
|
2818
2821
|
.counter-reset {
|
|
2819
|
-
counter-reset:
|
|
2822
|
+
counter-reset: cnt1688390334426;
|
|
2820
2823
|
}
|
|
2821
2824
|
.hyphens-auto {
|
|
2822
2825
|
-webkit-hyphens: auto;
|
|
@@ -3051,7 +3054,7 @@ video {
|
|
|
3051
3054
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3052
3055
|
}
|
|
3053
3056
|
.-ordered {
|
|
3054
|
-
counter-increment:
|
|
3057
|
+
counter-increment: cnt1688390334426 1;
|
|
3055
3058
|
}
|
|
3056
3059
|
.-ordered::before {
|
|
3057
3060
|
position: absolute;
|
|
@@ -3067,7 +3070,7 @@ video {
|
|
|
3067
3070
|
letter-spacing: .0125em;
|
|
3068
3071
|
--tw-text-opacity: 1;
|
|
3069
3072
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3070
|
-
content: counter(
|
|
3073
|
+
content: counter(cnt1688390334426);
|
|
3071
3074
|
}
|
|
3072
3075
|
/*! ****************************/
|
|
3073
3076
|
/*! text-shadow */
|
|
@@ -3134,7 +3137,7 @@ video {
|
|
|
3134
3137
|
--color-secondary-ds: #606060;
|
|
3135
3138
|
--color-highlight-1: #eaf3fa;
|
|
3136
3139
|
--color-highlight-2: #d34600;
|
|
3137
|
-
--color-highlight-3: #
|
|
3140
|
+
--color-highlight-3: #707070;
|
|
3138
3141
|
|
|
3139
3142
|
/* Navigation Hintergrund */
|
|
3140
3143
|
--color-navigation-bg: #005293;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
{{#with this.label}}
|
|
9
9
|
{{#> components/label/label_group}}
|
|
10
10
|
{{> components/label/label _type=this.type _css="" _text=(loca this.loca)}}
|
|
11
|
-
{{> components/label/label_byline _css="ml-2"}}
|
|
11
|
+
{{> components/label/label_byline _css="ml-2" _text=../../../this.tickerTopic}}
|
|
12
12
|
{{/components/label/label_group}}
|
|
13
13
|
{{/with~}}
|
|
14
14
|
{{#> components/teaser/components/teaser_headline _headlineTag=this.headlineTag _css="overflow-anywhere hyphens-auto"}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<article class="bg-highlight-3 md:rounded-tl-hr md:rounded-br-hr items-start relative col-span-12 flex md:flex-row gap-y-3 gap-x-4 md:gap-x-6 md:p-5
|
|
1
|
+
<article class="bg-highlight-3 md:rounded-tl-hr md:rounded-br-hr items-start relative col-span-12 flex md:flex-row gap-y-3 gap-x-4 md:gap-x-6 md:p-5 self-stretch
|
|
2
2
|
{{~inline-switch this.realTeaserSize '["hero"]' '[" mx-0 md:rounded-tl-hr md:rounded-br-hr"," mx-5 sm:mx-0 rounded-tl-hr rounded-br-hr"]'}}
|
|
3
3
|
{{~inline-switch this.realTeaserSize '["hero","100","50"]' '[" flex-col"," flex-col"," md:col-span-6 px-5"]'~}}"
|
|
4
4
|
x-data="{ avStart: false }"
|
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.29.
|
|
9
|
+
"version": "1.29.4",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
package/src/assets/tailwind.css
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--color-secondary-ds: #606060;
|
|
13
13
|
--color-highlight-1: theme('colors.blue.accented');
|
|
14
14
|
--color-highlight-2: theme('colors.orange.spicyCarrot');
|
|
15
|
-
--color-highlight-3: theme('colors.
|
|
15
|
+
--color-highlight-3: theme('colors.gray.dark');
|
|
16
16
|
|
|
17
17
|
/* Navigation Hintergrund */
|
|
18
18
|
--color-navigation-bg: theme('colors.blue.congress');
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
{{#with this.label}}
|
|
9
9
|
{{#> components/label/label_group}}
|
|
10
10
|
{{> components/label/label _type=this.type _css="" _text=(loca this.loca)}}
|
|
11
|
-
{{> components/label/label_byline _css="ml-2"}}
|
|
11
|
+
{{> components/label/label_byline _css="ml-2" _text=../../../this.tickerTopic}}
|
|
12
12
|
{{/components/label/label_group}}
|
|
13
13
|
{{/with~}}
|
|
14
14
|
{{#> components/teaser/components/teaser_headline _headlineTag=this.headlineTag _css="overflow-anywhere hyphens-auto"}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<article class="bg-highlight-3 md:rounded-tl-hr md:rounded-br-hr items-start relative col-span-12 flex md:flex-row gap-y-3 gap-x-4 md:gap-x-6 md:p-5
|
|
1
|
+
<article class="bg-highlight-3 md:rounded-tl-hr md:rounded-br-hr items-start relative col-span-12 flex md:flex-row gap-y-3 gap-x-4 md:gap-x-6 md:p-5 self-stretch
|
|
2
2
|
{{~inline-switch this.realTeaserSize '["hero"]' '[" mx-0 md:rounded-tl-hr md:rounded-br-hr"," mx-5 sm:mx-0 rounded-tl-hr rounded-br-hr"]'}}
|
|
3
3
|
{{~inline-switch this.realTeaserSize '["hero","100","50"]' '[" flex-col"," flex-col"," md:col-span-6 px-5"]'~}}"
|
|
4
4
|
x-data="{ avStart: false }"
|