hr-design-system-handlebars 1.5.1 → 1.5.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
|
+
# v1.5.2 (Tue Feb 21 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- adds pos relative / z-100 to comments link span [#562](https://github.com/mumprod/hr-design-system-handlebars/pull/562) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.5.1 (Tue Feb 21 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2653,7 +2653,7 @@ video {
|
|
|
2653
2653
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2654
2654
|
}
|
|
2655
2655
|
.counter-reset {
|
|
2656
|
-
counter-reset:
|
|
2656
|
+
counter-reset: cnt1676974092979;
|
|
2657
2657
|
}
|
|
2658
2658
|
.line-clamp-4 {
|
|
2659
2659
|
overflow: hidden;
|
|
@@ -2887,7 +2887,7 @@ video {
|
|
|
2887
2887
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2888
2888
|
}
|
|
2889
2889
|
.-ordered {
|
|
2890
|
-
counter-increment:
|
|
2890
|
+
counter-increment: cnt1676974092979 1;
|
|
2891
2891
|
}
|
|
2892
2892
|
.-ordered::before {
|
|
2893
2893
|
position: absolute;
|
|
@@ -2903,7 +2903,7 @@ video {
|
|
|
2903
2903
|
letter-spacing: .0125em;
|
|
2904
2904
|
--tw-text-opacity: 1;
|
|
2905
2905
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2906
|
-
content: counter(
|
|
2906
|
+
content: counter(cnt1676974092979);
|
|
2907
2907
|
}
|
|
2908
2908
|
/*! ****************************/
|
|
2909
2909
|
/*! text-shadow */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#with this.commentLink}}
|
|
2
|
-
<span class="whitespace-nowrap">
|
|
2
|
+
<span class="relative whitespace-nowrap z-100">
|
|
3
3
|
{{#decorator 'components/base/link' _css="hover:underline decoration-1" _isAriaHidden=true}}
|
|
4
4
|
{{> components/base/image/icon _icon="kommentar" _iconmap="icons" _addClass="mr-0.5 inline w-5 h-5 text-toplineColor fill-current"}}
|
|
5
5
|
<span class="sr-only">{{loca "comment_anchor_1"}}</span>
|
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.2",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{{#with this.commentLink}}
|
|
2
|
-
<span class="whitespace-nowrap">
|
|
2
|
+
<span class="relative whitespace-nowrap z-100">
|
|
3
3
|
{{#decorator 'components/base/link' _css="hover:underline decoration-1" _isAriaHidden=true}}
|
|
4
4
|
{{> components/base/image/icon _icon="kommentar" _iconmap="icons" _addClass="mr-0.5 inline w-5 h-5 text-toplineColor fill-current"}}
|
|
5
5
|
<span class="sr-only">{{loca "comment_anchor_1"}}</span>
|