hr-design-system-handlebars 0.95.1 → 0.95.2
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.95.2 (Thu Dec 01 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- podcast channel link needs self-end to be adjusted to the right [#410](https://github.com/mumprod/hr-design-system-handlebars/pull/410) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.95.1 (Thu Dec 01 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2259,7 +2259,7 @@ video {
|
|
|
2259
2259
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2260
2260
|
}
|
|
2261
2261
|
.counter-reset {
|
|
2262
|
-
counter-reset:
|
|
2262
|
+
counter-reset: cnt1669905469126;
|
|
2263
2263
|
}
|
|
2264
2264
|
.line-clamp-4 {
|
|
2265
2265
|
overflow: hidden;
|
|
@@ -2645,7 +2645,7 @@ video {
|
|
|
2645
2645
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2646
2646
|
}
|
|
2647
2647
|
.-ordered {
|
|
2648
|
-
counter-increment:
|
|
2648
|
+
counter-increment: cnt1669905469126 1;
|
|
2649
2649
|
}
|
|
2650
2650
|
.-ordered::before {
|
|
2651
2651
|
position: absolute;
|
|
@@ -2661,7 +2661,7 @@ video {
|
|
|
2661
2661
|
letter-spacing: .0125em;
|
|
2662
2662
|
--tw-text-opacity: 1;
|
|
2663
2663
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2664
|
-
content: counter(
|
|
2664
|
+
content: counter(cnt1669905469126);
|
|
2665
2665
|
}
|
|
2666
2666
|
.\[-T\:\+Z\] {
|
|
2667
2667
|
--t: +Z;
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
<div class="flex justify-end w-full pl-4">
|
|
75
75
|
<div class="flex flex-col flex-wrap self-end text-xs font-heading text-blue-science">
|
|
76
76
|
<span class="self-end font-bold">Zur Sendung</span>
|
|
77
|
-
<a class="underline" href="{{this.url}}">{{this.title}}</a>
|
|
77
|
+
<a class="self-end underline" href="{{this.url}}">{{this.title}}</a>
|
|
78
78
|
</div>
|
|
79
79
|
</div>
|
|
80
80
|
{{/with}}
|
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.95.
|
|
9
|
+
"version": "0.95.2",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
<div class="flex justify-end w-full pl-4">
|
|
75
75
|
<div class="flex flex-col flex-wrap self-end text-xs font-heading text-blue-science">
|
|
76
76
|
<span class="self-end font-bold">Zur Sendung</span>
|
|
77
|
-
<a class="underline" href="{{this.url}}">{{this.title}}</a>
|
|
77
|
+
<a class="self-end underline" href="{{this.url}}">{{this.title}}</a>
|
|
78
78
|
</div>
|
|
79
79
|
</div>
|
|
80
80
|
{{/with}}
|