hr-design-system-handlebars 1.5.6 → 1.5.7
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,16 @@
|
|
|
1
|
+
# v1.5.7 (Tue Feb 21 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-2128 Überschriften Hover bei Podcast Channel Player [#563](https://github.com/mumprod/hr-design-system-handlebars/pull/563) ([@Sunny1112358](https://github.com/Sunny1112358) [@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- [@Sunny1112358](https://github.com/Sunny1112358)
|
|
10
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v1.5.6 (Tue Feb 21 2023)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2657,7 +2657,7 @@ video {
|
|
|
2657
2657
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2658
2658
|
}
|
|
2659
2659
|
.counter-reset {
|
|
2660
|
-
counter-reset:
|
|
2660
|
+
counter-reset: cnt1676987125134;
|
|
2661
2661
|
}
|
|
2662
2662
|
.line-clamp-4 {
|
|
2663
2663
|
overflow: hidden;
|
|
@@ -2891,7 +2891,7 @@ video {
|
|
|
2891
2891
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2892
2892
|
}
|
|
2893
2893
|
.-ordered {
|
|
2894
|
-
counter-increment:
|
|
2894
|
+
counter-increment: cnt1676987125134 1;
|
|
2895
2895
|
}
|
|
2896
2896
|
.-ordered::before {
|
|
2897
2897
|
position: absolute;
|
|
@@ -2907,7 +2907,7 @@ video {
|
|
|
2907
2907
|
letter-spacing: .0125em;
|
|
2908
2908
|
--tw-text-opacity: 1;
|
|
2909
2909
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2910
|
-
content: counter(
|
|
2910
|
+
content: counter(cnt1676987125134);
|
|
2911
2911
|
}
|
|
2912
2912
|
/*! ****************************/
|
|
2913
2913
|
/*! text-shadow */
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
_css='w-full ds-link font-heading text-base text-podcast-text line-clamp-4 ...'
|
|
4
4
|
}}
|
|
5
5
|
<span
|
|
6
|
-
class='block
|
|
6
|
+
class='block hover:underline text-podcast-text
|
|
7
7
|
{{~inline-switch _teaserSize '["100","50"]' '[" text-base"," text-base"]'~}}'
|
|
8
8
|
>
|
|
9
9
|
{{~_title~}}
|
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.5.
|
|
9
|
+
"version": "1.5.7",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
_css='w-full ds-link font-heading text-base text-podcast-text line-clamp-4 ...'
|
|
4
4
|
}}
|
|
5
5
|
<span
|
|
6
|
-
class='block
|
|
6
|
+
class='block hover:underline text-podcast-text
|
|
7
7
|
{{~inline-switch _teaserSize '["100","50"]' '[" text-base"," text-base"]'~}}'
|
|
8
8
|
>
|
|
9
9
|
{{~_title~}}
|