hr-design-system-handlebars 0.117.6 → 0.117.8
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 +9 -13
- package/dist/views/components/content_nav/content_nav.hbs +2 -2
- package/dist/views/components/content_nav/content_nav_container.hbs +2 -2
- package/dist/views/components/content_nav/content_nav_dropdown.hbs +2 -2
- package/package.json +1 -1
- package/src/assets/fixtures/teaser/teaser_group_tabbox.inc.json +6 -6
- package/src/assets/fixtures/teaser/teaser_images.inc.json +1 -1
- package/src/stories/views/components/content_nav/content_nav.hbs +2 -2
- package/src/stories/views/components/content_nav/content_nav_container.hbs +2 -2
- package/src/stories/views/components/content_nav/content_nav_dropdown.hbs +2 -2
- package/src/stories/views/components/teaser/fixtures/teaser_index.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_tabbox.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v0.117.8 (Thu Jan 12 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Responsive image configs for teasers in Tabbox [#473](https://github.com/mumprod/hr-design-system-handlebars/pull/473) (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
|
+
# v0.117.7 (Thu Jan 12 2023)
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug Fix
|
|
17
|
+
|
|
18
|
+
- Dpe 1981 ff [#472](https://github.com/mumprod/hr-design-system-handlebars/pull/472) ([@StefanVesper](https://github.com/StefanVesper))
|
|
19
|
+
|
|
20
|
+
#### Authors: 1
|
|
21
|
+
|
|
22
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v0.117.6 (Thu Jan 12 2023)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -826,12 +826,12 @@ video {
|
|
|
826
826
|
.mt-2 {
|
|
827
827
|
margin-top: 0.5rem;
|
|
828
828
|
}
|
|
829
|
-
.mt-0 {
|
|
830
|
-
margin-top: 0px;
|
|
831
|
-
}
|
|
832
829
|
.mb-2 {
|
|
833
830
|
margin-bottom: 0.5rem;
|
|
834
831
|
}
|
|
832
|
+
.mt-0 {
|
|
833
|
+
margin-top: 0px;
|
|
834
|
+
}
|
|
835
835
|
.mb-0 {
|
|
836
836
|
margin-bottom: 0px;
|
|
837
837
|
}
|
|
@@ -1481,10 +1481,6 @@ video {
|
|
|
1481
1481
|
.bg-transparent {
|
|
1482
1482
|
background-color: transparent;
|
|
1483
1483
|
}
|
|
1484
|
-
.bg-grey-light {
|
|
1485
|
-
--tw-bg-opacity: 1;
|
|
1486
|
-
background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
|
|
1487
|
-
}
|
|
1488
1484
|
.bg-gray-200 {
|
|
1489
1485
|
--tw-bg-opacity: 1;
|
|
1490
1486
|
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
|
|
@@ -1738,6 +1734,9 @@ video {
|
|
|
1738
1734
|
padding-top: 1px;
|
|
1739
1735
|
padding-bottom: 1px;
|
|
1740
1736
|
}
|
|
1737
|
+
.pt-1 {
|
|
1738
|
+
padding-top: 0.25rem;
|
|
1739
|
+
}
|
|
1741
1740
|
.pl-2 {
|
|
1742
1741
|
padding-left: 0.5rem;
|
|
1743
1742
|
}
|
|
@@ -1750,9 +1749,6 @@ video {
|
|
|
1750
1749
|
.pr-2 {
|
|
1751
1750
|
padding-right: 0.5rem;
|
|
1752
1751
|
}
|
|
1753
|
-
.pt-1 {
|
|
1754
|
-
padding-top: 0.25rem;
|
|
1755
|
-
}
|
|
1756
1752
|
.pb-1 {
|
|
1757
1753
|
padding-bottom: 0.25rem;
|
|
1758
1754
|
}
|
|
@@ -2228,7 +2224,7 @@ video {
|
|
|
2228
2224
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2229
2225
|
}
|
|
2230
2226
|
.counter-reset {
|
|
2231
|
-
counter-reset:
|
|
2227
|
+
counter-reset: cnt1673528551788;
|
|
2232
2228
|
}
|
|
2233
2229
|
.line-clamp-4 {
|
|
2234
2230
|
overflow: hidden;
|
|
@@ -2460,7 +2456,7 @@ video {
|
|
|
2460
2456
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2461
2457
|
}
|
|
2462
2458
|
.-ordered {
|
|
2463
|
-
counter-increment:
|
|
2459
|
+
counter-increment: cnt1673528551788 1;
|
|
2464
2460
|
}
|
|
2465
2461
|
.-ordered::before {
|
|
2466
2462
|
position: absolute;
|
|
@@ -2476,7 +2472,7 @@ video {
|
|
|
2476
2472
|
letter-spacing: .0125em;
|
|
2477
2473
|
--tw-text-opacity: 1;
|
|
2478
2474
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2479
|
-
content: counter(
|
|
2475
|
+
content: counter(cnt1673528551788);
|
|
2480
2476
|
}
|
|
2481
2477
|
/*! ****************************/
|
|
2482
2478
|
/*! text-shadow */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{{#with this.contentNav}}
|
|
2
2
|
{{#if this.isListOrFlow}}
|
|
3
|
-
<nav
|
|
3
|
+
<nav class="w-full px-2 md:px-0 c-content-nav">
|
|
4
4
|
{{> components/content_nav/content_nav_container
|
|
5
5
|
_teaserSize=../_teaserSize
|
|
6
6
|
_maindivclass="flex relative flex-wrap mt-2 mx-2 md:mx-0 md:mt-0 "
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
</nav>
|
|
9
9
|
{{else}}
|
|
10
10
|
{{#decorator 'components/content_nav/content_nav_dropdown'
|
|
11
|
-
_componentClass="c-content-nav h-10 md:h-auto w-full"
|
|
11
|
+
_componentClass="c-content-nav h-10 md:h-auto w-full mb-2 last:mb-0 "
|
|
12
12
|
_teaserSize=../_teaserSize
|
|
13
13
|
_iconOpen="arrow-down"
|
|
14
14
|
_iconClose="arrow-up"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div
|
|
1
|
+
<div class="{{_maindivclass}} {{#if this.isAutosuggest}} autoSuggest js-load{{/if}} {{#if this.isMixed}}relative {{else}}absolute{{/if}}"
|
|
2
2
|
@click.outside ="contentNavDropdownIsOpen = false; $dispatch('hr:global:resetinputAutoSuggest');"
|
|
3
3
|
|
|
4
4
|
{{#if this.isAutosuggest}}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{/if}}
|
|
7
7
|
>
|
|
8
8
|
{{#if this.isAutosuggest}}
|
|
9
|
-
<div class="flex
|
|
9
|
+
<div class="flex mx-0 w-full h-10 pt-1 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
|
|
10
10
|
<input x-ref="autosuggestInput"
|
|
11
11
|
class="w-full h-8 pl-2 bg-gray-200 text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
|
|
12
12
|
type="text"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<nav
|
|
2
|
-
class="w-full
|
|
1
|
+
<nav
|
|
2
|
+
class="w-full {{#if this.isMixed}} px-2 md:px-0 {{else}} px-0 {{/if}} {{_componentClass}} "
|
|
3
3
|
id="dropdown--{{nextRandom}}"
|
|
4
4
|
tabindex="0"
|
|
5
5
|
role="navigation"
|
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.117.
|
|
9
|
+
"version": "0.117.8",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
"logicItems": [
|
|
351
351
|
{
|
|
352
352
|
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
353
|
-
"@->contentpath": "
|
|
353
|
+
"@->contentpath": "teaser_audio",
|
|
354
354
|
"@->overrides": [
|
|
355
355
|
{
|
|
356
356
|
"@->contentpath": "logicItem.includeModel.shorttext",
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"@->contentpath": "logicItem.includePath",
|
|
369
|
-
"@->value": "components/teaser/
|
|
369
|
+
"@->value": "components/teaser/teaser_alternativ"
|
|
370
370
|
},
|
|
371
371
|
{
|
|
372
372
|
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
381
|
-
"@->value": "alternative-ds"
|
|
381
|
+
"@->value": "tabbox-alternative-ds"
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
384
|
"@->contentpath": "logicItem.includeModel.isMobile1to1",
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"@->jsoninclude": "teaser/teasers.inc.json",
|
|
404
|
-
"@->contentpath": "
|
|
404
|
+
"@->contentpath": "teaser_audio",
|
|
405
405
|
"@->overrides": [
|
|
406
406
|
{
|
|
407
407
|
"@->contentpath": "logicItem.includeModel.shorttext",
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
419
|
"@->contentpath": "logicItem.includePath",
|
|
420
|
-
"@->value": "components/teaser/
|
|
420
|
+
"@->value": "components/teaser/teaser_alternativ"
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
"@->contentpath": "logicItem.includeModel.teaserSize",
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"@->contentpath": "logicItem.includeModel.teaserType",
|
|
432
|
-
"@->value": "alternative-ds"
|
|
432
|
+
"@->value": "tabbox-alternative-ds"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"@->contentpath": "logicItem.includeModel.isMobile1to1",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
"media": "all and (min-width: 48rem) ",
|
|
89
|
-
"sizes": "
|
|
89
|
+
"sizes": "460px",
|
|
90
90
|
"srcset": "images/{#image}_v-16to9__small.jpg 320w, images/{#image}_v-16to9__medium.jpg 480w, images/{#image}_v-16to9__medium__extended.jpg 640w, images/{#image}_v-16to9.jpg 960w"
|
|
91
91
|
}
|
|
92
92
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{{#with this.contentNav}}
|
|
2
2
|
{{#if this.isListOrFlow}}
|
|
3
|
-
<nav
|
|
3
|
+
<nav class="w-full px-2 md:px-0 c-content-nav">
|
|
4
4
|
{{> components/content_nav/content_nav_container
|
|
5
5
|
_teaserSize=../_teaserSize
|
|
6
6
|
_maindivclass="flex relative flex-wrap mt-2 mx-2 md:mx-0 md:mt-0 "
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
</nav>
|
|
9
9
|
{{else}}
|
|
10
10
|
{{#decorator 'components/content_nav/content_nav_dropdown'
|
|
11
|
-
_componentClass="c-content-nav h-10 md:h-auto w-full"
|
|
11
|
+
_componentClass="c-content-nav h-10 md:h-auto w-full mb-2 last:mb-0 "
|
|
12
12
|
_teaserSize=../_teaserSize
|
|
13
13
|
_iconOpen="arrow-down"
|
|
14
14
|
_iconClose="arrow-up"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div
|
|
1
|
+
<div class="{{_maindivclass}} {{#if this.isAutosuggest}} autoSuggest js-load{{/if}} {{#if this.isMixed}}relative {{else}}absolute{{/if}}"
|
|
2
2
|
@click.outside ="contentNavDropdownIsOpen = false; $dispatch('hr:global:resetinputAutoSuggest');"
|
|
3
3
|
|
|
4
4
|
{{#if this.isAutosuggest}}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{/if}}
|
|
7
7
|
>
|
|
8
8
|
{{#if this.isAutosuggest}}
|
|
9
|
-
<div class="flex
|
|
9
|
+
<div class="flex mx-0 w-full h-10 pt-1 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
|
|
10
10
|
<input x-ref="autosuggestInput"
|
|
11
11
|
class="w-full h-8 pl-2 bg-gray-200 text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
|
|
12
12
|
type="text"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<nav
|
|
2
|
-
class="w-full
|
|
1
|
+
<nav
|
|
2
|
+
class="w-full {{#if this.isMixed}} px-2 md:px-0 {{else}} px-0 {{/if}} {{_componentClass}} "
|
|
3
3
|
id="dropdown--{{nextRandom}}"
|
|
4
4
|
tabindex="0"
|
|
5
5
|
role="navigation"
|