hr-design-system-handlebars 1.51.5 → 1.51.6
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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/footer/page_footer_social_media.hbs +2 -2
- package/dist/views_static/components/footer/page_footer_social_media.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/footer/page_footer_social_media.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.51.6 (Tue Dec 12 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-2705 Social Links im Footer bekommen falsche Fokus Klassen [#791](https://github.com/mumprod/hr-design-system-handlebars/pull/791) ([@Sunny1112358](https://github.com/Sunny1112358))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@Sunny1112358](https://github.com/Sunny1112358)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.51.5 (Mon Dec 11 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3211,7 +3211,7 @@ article.indexText ul {
|
|
|
3211
3211
|
border-bottom-color: var(--color-secondary-ds);
|
|
3212
3212
|
}
|
|
3213
3213
|
.counter-reset {
|
|
3214
|
-
counter-reset:
|
|
3214
|
+
counter-reset: cnt1702378943954;
|
|
3215
3215
|
}
|
|
3216
3216
|
.hyphens-auto {
|
|
3217
3217
|
-webkit-hyphens: auto;
|
|
@@ -3472,7 +3472,7 @@ article.indexText ul {
|
|
|
3472
3472
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3473
3473
|
}
|
|
3474
3474
|
.-ordered {
|
|
3475
|
-
counter-increment:
|
|
3475
|
+
counter-increment: cnt1702378943954 1;
|
|
3476
3476
|
}
|
|
3477
3477
|
.-ordered::before {
|
|
3478
3478
|
position: absolute;
|
|
@@ -3488,7 +3488,7 @@ article.indexText ul {
|
|
|
3488
3488
|
letter-spacing: .0125em;
|
|
3489
3489
|
--tw-text-opacity: 1;
|
|
3490
3490
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3491
|
-
content: counter(
|
|
3491
|
+
content: counter(cnt1702378943954);
|
|
3492
3492
|
}
|
|
3493
3493
|
/*! ****************************/
|
|
3494
3494
|
/*! DataPolicy stuff */
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<ul class="flex flex-row justify-end pb-2 pr-2 md:pr-0 md:last:pb-4">
|
|
5
5
|
{{#each this.links}}
|
|
6
6
|
{{#if this.extern}}
|
|
7
|
-
<li class="pr-2 last:pr-0">
|
|
7
|
+
<li class="flex pr-2 last:pr-0">
|
|
8
8
|
{{#> components/base/link _link=this _css="text-footer-text" _isTargetBlank=this.isTargetBlank}}
|
|
9
9
|
{{> components/base/image/icon _icon=this.text _iconmap="icons" _addClass="w-8 h-8 fill-current hover:scale-105"}}
|
|
10
10
|
{{/components/base/link}}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
</li>
|
|
16
16
|
{{else}}
|
|
17
|
-
<li class="pr-2 last:pr-0">
|
|
17
|
+
<li class="flex pr-2 last:pr-0">
|
|
18
18
|
{{#> components/base/link _link=this _css="text-footer-text" _isTargetBlank=this.isTargetBlank}}
|
|
19
19
|
{{> components/base/image/icon _icon=this.text _iconmap="icons" _addClass="w-8 h-8 fill-current hover:scale-105"}}
|
|
20
20
|
{{/components/base/link}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<ul class="flex flex-row justify-end pb-2 pr-2 md:pr-0 md:last:pb-4">
|
|
5
5
|
{{#each this.links}}
|
|
6
6
|
{{#if this.extern}}
|
|
7
|
-
<li class="pr-2 last:pr-0">
|
|
7
|
+
<li class="flex pr-2 last:pr-0">
|
|
8
8
|
{{#> components/base/link _link=this _css="text-footer-text" _isTargetBlank=this.isTargetBlank}}
|
|
9
9
|
{{> components/base/image/icon _icon=this.text _iconmap="icons" _addClass="w-8 h-8 fill-current hover:scale-105"}}
|
|
10
10
|
{{/components/base/link}}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
</li>
|
|
16
16
|
{{else}}
|
|
17
|
-
<li class="pr-2 last:pr-0">
|
|
17
|
+
<li class="flex pr-2 last:pr-0">
|
|
18
18
|
{{#> components/base/link _link=this _css="text-footer-text" _isTargetBlank=this.isTargetBlank}}
|
|
19
19
|
{{> components/base/image/icon _icon=this.text _iconmap="icons" _addClass="w-8 h-8 fill-current hover:scale-105"}}
|
|
20
20
|
{{/components/base/link}}
|
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.51.
|
|
9
|
+
"version": "1.51.6",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<ul class="flex flex-row justify-end pb-2 pr-2 md:pr-0 md:last:pb-4">
|
|
5
5
|
{{#each this.links}}
|
|
6
6
|
{{#if this.extern}}
|
|
7
|
-
<li class="pr-2 last:pr-0">
|
|
7
|
+
<li class="flex pr-2 last:pr-0">
|
|
8
8
|
{{#> components/base/link _link=this _css="text-footer-text" _isTargetBlank=this.isTargetBlank}}
|
|
9
9
|
{{> components/base/image/icon _icon=this.text _iconmap="icons" _addClass="w-8 h-8 fill-current hover:scale-105"}}
|
|
10
10
|
{{/components/base/link}}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
</li>
|
|
16
16
|
{{else}}
|
|
17
|
-
<li class="pr-2 last:pr-0">
|
|
17
|
+
<li class="flex pr-2 last:pr-0">
|
|
18
18
|
{{#> components/base/link _link=this _css="text-footer-text" _isTargetBlank=this.isTargetBlank}}
|
|
19
19
|
{{> components/base/image/icon _icon=this.text _iconmap="icons" _addClass="w-8 h-8 fill-current hover:scale-105"}}
|
|
20
20
|
{{/components/base/link}}
|