hr-design-system-handlebars 0.117.7 → 0.117.9
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 +6 -6
- package/dist/views/components/content_nav/content_nav.hbs +1 -1
- 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 +1 -1
- 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.9 (Thu Jan 12 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- removes unneeded margin bottom [#474](https://github.com/mumprod/hr-design-system-handlebars/pull/474) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.117.8 (Thu Jan 12 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- 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))
|
|
18
|
+
|
|
19
|
+
#### Authors: 2
|
|
20
|
+
|
|
21
|
+
- Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
|
|
22
|
+
- selbaciri (saad.elbaciri@hr.de)
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v0.117.7 (Thu Jan 12 2023)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -826,9 +826,6 @@ video {
|
|
|
826
826
|
.mt-2 {
|
|
827
827
|
margin-top: 0.5rem;
|
|
828
828
|
}
|
|
829
|
-
.mb-2 {
|
|
830
|
-
margin-bottom: 0.5rem;
|
|
831
|
-
}
|
|
832
829
|
.mt-0 {
|
|
833
830
|
margin-top: 0px;
|
|
834
831
|
}
|
|
@@ -931,6 +928,9 @@ video {
|
|
|
931
928
|
.ml-0 {
|
|
932
929
|
margin-left: 0px;
|
|
933
930
|
}
|
|
931
|
+
.mb-2 {
|
|
932
|
+
margin-bottom: 0.5rem;
|
|
933
|
+
}
|
|
934
934
|
.\!mr-2 {
|
|
935
935
|
margin-right: 0.5rem !important;
|
|
936
936
|
}
|
|
@@ -2224,7 +2224,7 @@ video {
|
|
|
2224
2224
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2225
2225
|
}
|
|
2226
2226
|
.counter-reset {
|
|
2227
|
-
counter-reset:
|
|
2227
|
+
counter-reset: cnt1673529848192;
|
|
2228
2228
|
}
|
|
2229
2229
|
.line-clamp-4 {
|
|
2230
2230
|
overflow: hidden;
|
|
@@ -2456,7 +2456,7 @@ video {
|
|
|
2456
2456
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2457
2457
|
}
|
|
2458
2458
|
.-ordered {
|
|
2459
|
-
counter-increment:
|
|
2459
|
+
counter-increment: cnt1673529848192 1;
|
|
2460
2460
|
}
|
|
2461
2461
|
.-ordered::before {
|
|
2462
2462
|
position: absolute;
|
|
@@ -2472,7 +2472,7 @@ video {
|
|
|
2472
2472
|
letter-spacing: .0125em;
|
|
2473
2473
|
--tw-text-opacity: 1;
|
|
2474
2474
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2475
|
-
content: counter(
|
|
2475
|
+
content: counter(cnt1673529848192);
|
|
2476
2476
|
}
|
|
2477
2477
|
/*! ****************************/
|
|
2478
2478
|
/*! text-shadow */
|
|
@@ -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"
|
|
12
12
|
_teaserSize=../_teaserSize
|
|
13
13
|
_iconOpen="arrow-down"
|
|
14
14
|
_iconClose="arrow-up"
|
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.9",
|
|
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
|
]
|
|
@@ -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"
|
|
12
12
|
_teaserSize=../_teaserSize
|
|
13
13
|
_iconOpen="arrow-down"
|
|
14
14
|
_iconClose="arrow-up"
|