hr-design-system-handlebars 1.63.6 → 1.63.8
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 +24 -0
- package/dist/assets/index.css +14 -3
- package/dist/views/components/social_sharing/social_sharing_compact.hbs +2 -2
- package/dist/views/components/teaser/teaser_external_service.hbs +7 -0
- package/dist/views_static/components/social_sharing/social_sharing_compact.hbs +2 -2
- package/dist/views_static/components/teaser/teaser_external_service.hbs +7 -0
- package/package.json +1 -1
- package/src/stories/views/components/social_sharing/social_sharing_compact.hbs +2 -2
- package/src/stories/views/components/teaser/teaser_external_service.hbs +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.63.8 (Thu Apr 11 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- add external-service-teaser [#902](https://github.com/mumprod/hr-design-system-handlebars/pull/902) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.63.7 (Thu Apr 11 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- fixes mobile behaviour of sticky sharing [#901](https://github.com/mumprod/hr-design-system-handlebars/pull/901) ([@StefanVesper](https://github.com/StefanVesper))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.63.6 (Thu Apr 11 2024)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1067,6 +1067,9 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
1067
1067
|
.right-0 {
|
|
1068
1068
|
right: 0px;
|
|
1069
1069
|
}
|
|
1070
|
+
.right-\[60px\] {
|
|
1071
|
+
right: 60px;
|
|
1072
|
+
}
|
|
1070
1073
|
.right-auto {
|
|
1071
1074
|
right: auto;
|
|
1072
1075
|
}
|
|
@@ -3321,7 +3324,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3321
3324
|
border-bottom-color: var(--color-secondary-ds);
|
|
3322
3325
|
}
|
|
3323
3326
|
.counter-reset {
|
|
3324
|
-
counter-reset:
|
|
3327
|
+
counter-reset: cnt1712846777350;
|
|
3325
3328
|
}
|
|
3326
3329
|
.hyphens-auto {
|
|
3327
3330
|
-webkit-hyphens: auto;
|
|
@@ -3700,7 +3703,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3700
3703
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3701
3704
|
}
|
|
3702
3705
|
.-ordered {
|
|
3703
|
-
counter-increment:
|
|
3706
|
+
counter-increment: cnt1712846777350 1;
|
|
3704
3707
|
}
|
|
3705
3708
|
.-ordered::before {
|
|
3706
3709
|
position: absolute;
|
|
@@ -3716,7 +3719,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3716
3719
|
letter-spacing: .0125em;
|
|
3717
3720
|
--tw-text-opacity: 1;
|
|
3718
3721
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3719
|
-
content: counter(
|
|
3722
|
+
content: counter(cnt1712846777350);
|
|
3720
3723
|
}
|
|
3721
3724
|
/*! ****************************/
|
|
3722
3725
|
/*! DataPolicy stuff */
|
|
@@ -5982,6 +5985,10 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
5982
5985
|
position: absolute;
|
|
5983
5986
|
}
|
|
5984
5987
|
|
|
5988
|
+
.md\:relative {
|
|
5989
|
+
position: relative;
|
|
5990
|
+
}
|
|
5991
|
+
|
|
5985
5992
|
.md\:left-0 {
|
|
5986
5993
|
left: 0px;
|
|
5987
5994
|
}
|
|
@@ -5990,6 +5997,10 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
5990
5997
|
left: auto;
|
|
5991
5998
|
}
|
|
5992
5999
|
|
|
6000
|
+
.md\:right-0 {
|
|
6001
|
+
right: 0px;
|
|
6002
|
+
}
|
|
6003
|
+
|
|
5993
6004
|
.md\:top-12 {
|
|
5994
6005
|
top: 3rem;
|
|
5995
6006
|
}
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
x-transition.origin.right
|
|
72
72
|
x-on:click.outside="close($refs.button)"
|
|
73
73
|
:id="$id('dropdown-button')"
|
|
74
|
-
class="p-1 bg-white"
|
|
75
|
-
:class="sharingIsVisible ? 'h-8' : 'w-8'
|
|
74
|
+
class="p-1 bg-white "
|
|
75
|
+
:class="sharingIsVisible ? 'h-8 absolute right-[60px] z-100 md:relative md:right-0' : 'relative right-0 z-1 w-8'"
|
|
76
76
|
>
|
|
77
77
|
<ul class="flex gap-3" :class="{ 'flex-col': ! sharingIsVisible }">
|
|
78
78
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<div class="grid-cols-12 col-span-12 px-5 sm:px-0{{~inline-switch this.teasersize '["50"]' '[" md:col-span-6",""]'}}">
|
|
2
|
+
|
|
3
|
+
{{> components/externalService/external_service}}
|
|
4
|
+
|
|
5
|
+
{{> components/teaser/components/teaser_featured_content _size=this.realTeaserSize}}
|
|
6
|
+
|
|
7
|
+
</div>
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
x-transition.origin.right
|
|
72
72
|
x-on:click.outside="close($refs.button)"
|
|
73
73
|
:id="$id('dropdown-button')"
|
|
74
|
-
class="p-1 bg-white"
|
|
75
|
-
:class="sharingIsVisible ? 'h-8' : 'w-8'
|
|
74
|
+
class="p-1 bg-white "
|
|
75
|
+
:class="sharingIsVisible ? 'h-8 absolute right-[60px] z-100 md:relative md:right-0' : 'relative right-0 z-1 w-8'"
|
|
76
76
|
>
|
|
77
77
|
<ul class="flex gap-3" :class="{ 'flex-col': ! sharingIsVisible }">
|
|
78
78
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<div class="grid-cols-12 col-span-12 px-5 sm:px-0{{~inline-switch this.teasersize '["50"]' '[" md:col-span-6",""]'}}">
|
|
2
|
+
|
|
3
|
+
{{> components/externalService/external_service}}
|
|
4
|
+
|
|
5
|
+
{{> components/teaser/components/teaser_featured_content _size=this.realTeaserSize}}
|
|
6
|
+
|
|
7
|
+
</div>
|
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.63.
|
|
9
|
+
"version": "1.63.8",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
x-transition.origin.right
|
|
72
72
|
x-on:click.outside="close($refs.button)"
|
|
73
73
|
:id="$id('dropdown-button')"
|
|
74
|
-
class="p-1 bg-white"
|
|
75
|
-
:class="sharingIsVisible ? 'h-8' : 'w-8'
|
|
74
|
+
class="p-1 bg-white "
|
|
75
|
+
:class="sharingIsVisible ? 'h-8 absolute right-[60px] z-100 md:relative md:right-0' : 'relative right-0 z-1 w-8'"
|
|
76
76
|
>
|
|
77
77
|
<ul class="flex gap-3" :class="{ 'flex-col': ! sharingIsVisible }">
|
|
78
78
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<div class="grid-cols-12 col-span-12 px-5 sm:px-0{{~inline-switch this.teasersize '["50"]' '[" md:col-span-6",""]'}}">
|
|
2
|
+
|
|
3
|
+
{{> components/externalService/external_service}}
|
|
4
|
+
|
|
5
|
+
{{> components/teaser/components/teaser_featured_content _size=this.realTeaserSize}}
|
|
6
|
+
|
|
7
|
+
</div>
|