hr-design-system-handlebars 1.18.3 → 1.19.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 +24 -0
- package/dist/assets/index.css +18 -18
- package/dist/views/components/site_header/section_navigation/section_navigation_item.hbs +2 -2
- package/dist/views/components/teaser/components/teaser_body.hbs +2 -2
- package/package.json +1 -1
- package/src/assets/css/custom-utilities.css +1 -1
- package/src/stories/views/components/site_header/section_navigation/section_navigation_item.hbs +2 -2
- package/src/stories/views/components/teaser/components/teaser_body.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.19.0 (Mon May 08 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- BUGFIX: Teasers use the correct links [#628](https://github.com/mumprod/hr-design-system-handlebars/pull/628) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.18.4 (Thu May 04 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- DPE-2289 "Regionen" im Burger verrutscht [#627](https://github.com/mumprod/hr-design-system-handlebars/pull/627) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.18.3 (Thu May 04 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2348,6 +2348,9 @@ video {
|
|
|
2348
2348
|
font-size: 0.75rem;
|
|
2349
2349
|
line-height: 1.063rem;
|
|
2350
2350
|
}
|
|
2351
|
+
.\!font-bold {
|
|
2352
|
+
font-weight: 700 !important;
|
|
2353
|
+
}
|
|
2351
2354
|
.font-bold {
|
|
2352
2355
|
font-weight: 700;
|
|
2353
2356
|
}
|
|
@@ -2685,7 +2688,7 @@ video {
|
|
|
2685
2688
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2686
2689
|
}
|
|
2687
2690
|
.counter-reset {
|
|
2688
|
-
counter-reset:
|
|
2691
|
+
counter-reset: cnt1683531974476;
|
|
2689
2692
|
}
|
|
2690
2693
|
.hyphens-auto {
|
|
2691
2694
|
-webkit-hyphens: auto;
|
|
@@ -2834,9 +2837,13 @@ video {
|
|
|
2834
2837
|
border-bottom-color: #ffffff;
|
|
2835
2838
|
}
|
|
2836
2839
|
}
|
|
2837
|
-
.-currentSection
|
|
2840
|
+
.-currentSection {
|
|
2841
|
+
position: relative;
|
|
2842
|
+
}
|
|
2843
|
+
.-currentSection::before {
|
|
2844
|
+
position: absolute;
|
|
2838
2845
|
margin-right: 0.5rem;
|
|
2839
|
-
margin-left: -
|
|
2846
|
+
margin-left: -1rem;
|
|
2840
2847
|
margin-bottom: 0.125rem;
|
|
2841
2848
|
height: 0px;
|
|
2842
2849
|
width: 0px;
|
|
@@ -2854,13 +2861,8 @@ video {
|
|
|
2854
2861
|
}
|
|
2855
2862
|
@media (min-width: 1024px) {
|
|
2856
2863
|
|
|
2857
|
-
.-currentSection {
|
|
2858
|
-
|
|
2859
|
-
}
|
|
2860
|
-
|
|
2861
|
-
.-currentSection::after {
|
|
2862
|
-
position: relative;
|
|
2863
|
-
right: 50%;
|
|
2864
|
+
.-currentSection::before {
|
|
2865
|
+
position: absolute;
|
|
2864
2866
|
margin-bottom: 0px;
|
|
2865
2867
|
margin-right: 0px;
|
|
2866
2868
|
margin-left: 0px;
|
|
@@ -2924,7 +2926,7 @@ video {
|
|
|
2924
2926
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2925
2927
|
}
|
|
2926
2928
|
.-ordered {
|
|
2927
|
-
counter-increment:
|
|
2929
|
+
counter-increment: cnt1683531974476 1;
|
|
2928
2930
|
}
|
|
2929
2931
|
.-ordered::before {
|
|
2930
2932
|
position: absolute;
|
|
@@ -2940,7 +2942,7 @@ video {
|
|
|
2940
2942
|
letter-spacing: .0125em;
|
|
2941
2943
|
--tw-text-opacity: 1;
|
|
2942
2944
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2943
|
-
content: counter(
|
|
2945
|
+
content: counter(cnt1683531974476);
|
|
2944
2946
|
}
|
|
2945
2947
|
/*! ****************************/
|
|
2946
2948
|
/*! text-shadow */
|
|
@@ -3919,9 +3921,6 @@ video {
|
|
|
3919
3921
|
.first\:border-t:first-child {
|
|
3920
3922
|
border-top-width: 1px;
|
|
3921
3923
|
}
|
|
3922
|
-
.first\:font-bold:first-child {
|
|
3923
|
-
font-weight: 700;
|
|
3924
|
-
}
|
|
3925
3924
|
.first\:font-normal:first-child {
|
|
3926
3925
|
font-weight: 400;
|
|
3927
3926
|
}
|
|
@@ -5203,6 +5202,10 @@ video {
|
|
|
5203
5202
|
padding-top: 0.25rem;
|
|
5204
5203
|
}
|
|
5205
5204
|
|
|
5205
|
+
.lg\:font-normal {
|
|
5206
|
+
font-weight: 400;
|
|
5207
|
+
}
|
|
5208
|
+
|
|
5206
5209
|
.lg\:leading-10 {
|
|
5207
5210
|
line-height: 2.5rem;
|
|
5208
5211
|
}
|
|
@@ -5256,9 +5259,6 @@ video {
|
|
|
5256
5259
|
}
|
|
5257
5260
|
.lg\:first\:pl-0:first-child {
|
|
5258
5261
|
padding-left: 0px;
|
|
5259
|
-
}
|
|
5260
|
-
.lg\:first\:font-normal:first-child {
|
|
5261
|
-
font-weight: 400;
|
|
5262
5262
|
}
|
|
5263
5263
|
.lg\:last\:border-0:last-child {
|
|
5264
5264
|
border-width: 0px;
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
<button id="button-{{nextRandom}}-1"
|
|
10
10
|
@click.debounce.100ms="toggle(); correctFlyoutPos()"
|
|
11
11
|
@resize.window="dropped=false; correctFlyoutPos()"
|
|
12
|
-
:class="dropped ? '
|
|
13
|
-
class="{{#if this.selected}}-currentSection lg:justify-center {{/if}}link-focus-inset-white js-load pl-4 lg:pl-4 lg:pr-4 flex flex-auto w-full justify-between lg:flex-initial h-10 lg:w-full items-center leading-4
|
|
12
|
+
:class="dropped ? 'lg:underline font-bold lg:font-normal' : 'font-normal'"
|
|
13
|
+
class="{{#if this.selected}}-currentSection lg:justify-center !font-bold {{/if}}link-focus-inset-white js-load pl-4 lg:pl-4 lg:pr-4 flex flex-auto w-full justify-between lg:flex-initial h-10 lg:w-full items-center leading-4"
|
|
14
14
|
x-effect="$el.setAttribute('aria-expanded', dropped);$el.setAttribute('tabindex', $store.burgeropen || $screen('lg') ? '0' : '-1')"
|
|
15
15
|
aria-owns="flyout-{{getRandom}}"
|
|
16
16
|
aria-controls="flyout-{{getRandom}}"
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
{{#with this}}
|
|
6
|
-
{{#> components/teaser/components/teaser_header
|
|
7
|
-
{{#> components/base/link _css="cy-teaser-link ds-teaser-focus hover:text-toplineColor" }}
|
|
6
|
+
{{#> components/teaser/components/teaser_header _css=(if this.isMobile1to1 "" "px-5 sm:px-0")}}
|
|
7
|
+
{{#> components/base/link _link=this.link _css="cy-teaser-link ds-teaser-focus hover:text-toplineColor" }}
|
|
8
8
|
{{#with this.label}}
|
|
9
9
|
{{#> components/label/label_group}}
|
|
10
10
|
{{> components/label/label _type=this.type _css="" _text=(loca this.loca)}}
|
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.
|
|
9
|
+
"version": "1.19.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
@apply before:content-[''] before:hidden lg:before:flex before:relative before:w-0 before:h-0 before:mr-4 before:mt-0 before:border-r-0 before:border-t-8 before:border-t-transparent before:border-l-8 before:border-l-white before:border-b-8 before:border-b-transparent lg:before:absolute lg:before:w-0 lg:before:h-0 lg:before:mr-0 lg:before:border-t-0 lg:before:border-r-8 lg:before:border-r-transparent lg:before:border-l-8 lg:before:border-l-transparent lg:before:border-b-8 lg:before:border-b-white lg:before:mt-12;
|
|
111
111
|
}
|
|
112
112
|
.-currentSection {
|
|
113
|
-
@apply
|
|
113
|
+
@apply relative before:absolute before:content-[''] before:w-0 before:h-0 before:mr-2 before:-ml-4 before:border-r-0 before:border-t-7 before:border-t-transparent before:border-l-8 before:border-l-white before:border-b-7 before:border-b-transparent before:mb-0.5 lg:before:absolute lg:before:mb-0 lg:before:w-0 lg:before:h-0 lg:before:mr-0 lg:before:ml-0 lg:before:border-t-0 lg:before:border-r-8 lg:before:border-r-transparent lg:before:border-l-8 lg:before:border-l-transparent lg:before:border-b-8 lg:before:border-b-white lg:before:mt-8;
|
|
114
114
|
}
|
|
115
115
|
.-warnung {
|
|
116
116
|
@apply text-red-600 !important;
|
package/src/stories/views/components/site_header/section_navigation/section_navigation_item.hbs
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
<button id="button-{{nextRandom}}-1"
|
|
10
10
|
@click.debounce.100ms="toggle(); correctFlyoutPos()"
|
|
11
11
|
@resize.window="dropped=false; correctFlyoutPos()"
|
|
12
|
-
:class="dropped ? '
|
|
13
|
-
class="{{#if this.selected}}-currentSection lg:justify-center {{/if}}link-focus-inset-white js-load pl-4 lg:pl-4 lg:pr-4 flex flex-auto w-full justify-between lg:flex-initial h-10 lg:w-full items-center leading-4
|
|
12
|
+
:class="dropped ? 'lg:underline font-bold lg:font-normal' : 'font-normal'"
|
|
13
|
+
class="{{#if this.selected}}-currentSection lg:justify-center !font-bold {{/if}}link-focus-inset-white js-load pl-4 lg:pl-4 lg:pr-4 flex flex-auto w-full justify-between lg:flex-initial h-10 lg:w-full items-center leading-4"
|
|
14
14
|
x-effect="$el.setAttribute('aria-expanded', dropped);$el.setAttribute('tabindex', $store.burgeropen || $screen('lg') ? '0' : '-1')"
|
|
15
15
|
aria-owns="flyout-{{getRandom}}"
|
|
16
16
|
aria-controls="flyout-{{getRandom}}"
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
{{#with this}}
|
|
6
|
-
{{#> components/teaser/components/teaser_header
|
|
7
|
-
{{#> components/base/link _css="cy-teaser-link ds-teaser-focus hover:text-toplineColor" }}
|
|
6
|
+
{{#> components/teaser/components/teaser_header _css=(if this.isMobile1to1 "" "px-5 sm:px-0")}}
|
|
7
|
+
{{#> components/base/link _link=this.link _css="cy-teaser-link ds-teaser-focus hover:text-toplineColor" }}
|
|
8
8
|
{{#with this.label}}
|
|
9
9
|
{{#> components/label/label_group}}
|
|
10
10
|
{{> components/label/label _type=this.type _css="" _text=(loca this.loca)}}
|