hr-design-system-handlebars 0.122.3 → 0.122.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
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.122.4 (Tue Jan 31 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-2050 - Fehlende Ränder in Schlagzeilenbox [#513](https://github.com/mumprod/hr-design-system-handlebars/pull/513) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.122.3 (Tue Jan 31 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2477,7 +2477,7 @@ video {
|
|
|
2477
2477
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2478
2478
|
}
|
|
2479
2479
|
.counter-reset {
|
|
2480
|
-
counter-reset:
|
|
2480
|
+
counter-reset: cnt1675181749497;
|
|
2481
2481
|
}
|
|
2482
2482
|
.line-clamp-4 {
|
|
2483
2483
|
overflow: hidden;
|
|
@@ -2695,7 +2695,7 @@ video {
|
|
|
2695
2695
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2696
2696
|
}
|
|
2697
2697
|
.-ordered {
|
|
2698
|
-
counter-increment:
|
|
2698
|
+
counter-increment: cnt1675181749497 1;
|
|
2699
2699
|
}
|
|
2700
2700
|
.-ordered::before {
|
|
2701
2701
|
position: absolute;
|
|
@@ -2711,7 +2711,7 @@ video {
|
|
|
2711
2711
|
letter-spacing: .0125em;
|
|
2712
2712
|
--tw-text-opacity: 1;
|
|
2713
2713
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2714
|
-
content: counter(
|
|
2714
|
+
content: counter(cnt1675181749497);
|
|
2715
2715
|
}
|
|
2716
2716
|
/*! ****************************/
|
|
2717
2717
|
/*! text-shadow */
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
{{/if~}}
|
|
19
19
|
{{~#with this.clusterTeaserItems}}
|
|
20
20
|
{{~#if ../this.isOrdered}}
|
|
21
|
-
<ol class="mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.
|
|
21
|
+
<ol class="mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:-pt-5 md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
|
|
22
22
|
{{else}}
|
|
23
|
-
<ul class="mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.
|
|
23
|
+
<ul class="mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:-pt-5 md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
|
|
24
24
|
{{/if}}
|
|
25
25
|
{{~#each this~}}
|
|
26
|
-
<li class="{{~#if ../../this.isOrdered}}-ordered{{/if}} py-3{{#unless ../../this.overviewLink.link}} last-of-type:pb-3{{/unless~}}{{~#if ../../this.showFirstImageOrGenreImage}}{{~inline-switch ../../this.
|
|
26
|
+
<li class="{{~#if ../../this.isOrdered}}-ordered{{/if}} py-3{{#unless ../../this.overviewLink.link}} last-of-type:pb-3{{/unless~}}{{~#if ../../this.showFirstImageOrGenreImage}}{{~inline-switch ../../this.realTeaserSize '["100"]' '[" md:first-of-type:pt-0"]'}}{{/if~}}">
|
|
27
27
|
{{> components/teaser/cluster/teaser_cluster_item _size=../this.realTeaserSize _ordered=../../this.isOrdered }}
|
|
28
28
|
</li>
|
|
29
29
|
{{~/each}}
|
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.122.
|
|
9
|
+
"version": "0.122.4",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
{{/if~}}
|
|
19
19
|
{{~#with this.clusterTeaserItems}}
|
|
20
20
|
{{~#if ../this.isOrdered}}
|
|
21
|
-
<ol class="mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.
|
|
21
|
+
<ol class="mx-5 list-none divide-y divide-white divide-solid counter-reset border-t border-white{{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:-pt-5 md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
|
|
22
22
|
{{else}}
|
|
23
|
-
<ul class="mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.
|
|
23
|
+
<ul class="mx-5 divide-y divide-white divide-solid border-t border-white {{~#if ../this.showFirstImageOrGenreImage}}{{~inline-switch ../this.realTeaserSize '["100"]' '[" md:-pt-5 md:mx-0 md:pr-5 md:border-none md:basis-1/2-gap-6 lg:basis-2/3-gap-6"]'}}{{/if~}}">
|
|
24
24
|
{{/if}}
|
|
25
25
|
{{~#each this~}}
|
|
26
|
-
<li class="{{~#if ../../this.isOrdered}}-ordered{{/if}} py-3{{#unless ../../this.overviewLink.link}} last-of-type:pb-3{{/unless~}}{{~#if ../../this.showFirstImageOrGenreImage}}{{~inline-switch ../../this.
|
|
26
|
+
<li class="{{~#if ../../this.isOrdered}}-ordered{{/if}} py-3{{#unless ../../this.overviewLink.link}} last-of-type:pb-3{{/unless~}}{{~#if ../../this.showFirstImageOrGenreImage}}{{~inline-switch ../../this.realTeaserSize '["100"]' '[" md:first-of-type:pt-0"]'}}{{/if~}}">
|
|
27
27
|
{{> components/teaser/cluster/teaser_cluster_item _size=../this.realTeaserSize _ordered=../../this.isOrdered }}
|
|
28
28
|
</li>
|
|
29
29
|
{{~/each}}
|