hr-design-system-handlebars 1.51.1 → 1.51.3
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 +6 -6
- package/dist/views/components/site_header/service_navigation/service_list.hbs +2 -2
- package/dist/views/components/teaser/components/teaser_featured_content.hbs +1 -1
- package/dist/views_static/components/site_header/service_navigation/service_list.hbs +2 -2
- package/dist/views_static/components/teaser/components/teaser_featured_content.hbs +1 -1
- package/package.json +1 -1
- package/src/stories/views/components/site_header/service_navigation/service_list.hbs +2 -2
- package/src/stories/views/components/teaser/components/teaser_featured_content.hbs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.51.3 (Fri Dec 08 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- moved z-index to ternary [#788](https://github.com/mumprod/hr-design-system-handlebars/pull/788) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.51.2 (Fri Dec 08 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- add inline to h3 [#787](https://github.com/mumprod/hr-design-system-handlebars/pull/787) ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.51.1 (Fri Dec 08 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1124,6 +1124,9 @@ article.indexText ul {
|
|
|
1124
1124
|
.top-full {
|
|
1125
1125
|
top: 100%;
|
|
1126
1126
|
}
|
|
1127
|
+
.-z-40 {
|
|
1128
|
+
z-index: -40;
|
|
1129
|
+
}
|
|
1127
1130
|
.z-10 {
|
|
1128
1131
|
z-index: 10;
|
|
1129
1132
|
}
|
|
@@ -1148,9 +1151,6 @@ article.indexText ul {
|
|
|
1148
1151
|
.z-300 {
|
|
1149
1152
|
z-index: 300;
|
|
1150
1153
|
}
|
|
1151
|
-
.z-40 {
|
|
1152
|
-
z-index: 40;
|
|
1153
|
-
}
|
|
1154
1154
|
.z-50 {
|
|
1155
1155
|
z-index: 50;
|
|
1156
1156
|
}
|
|
@@ -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: cnt1702039773545;
|
|
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: cnt1702039773545 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(cnt1702039773545);
|
|
3492
3492
|
}
|
|
3493
3493
|
/*! ****************************/
|
|
3494
3494
|
/*! DataPolicy stuff */
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
id="serviceList"
|
|
3
3
|
@click.outside="$store.serviceNavIsOpen = false; toggleScrolling(!$store.searchFieldOpen && !$store.burgeropen)"
|
|
4
4
|
x-ref="serviceList"
|
|
5
|
-
:class="shouldServiceIconsBeHidden() ? 'delay-300 duration-500 -mt-40' : 'delay-0 duration-0 mt-0'"
|
|
6
|
-
class="absolute transition-[margin-top] ease-in left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top ease-in border-b border-navigation-border-color sb-service-list
|
|
5
|
+
:class="shouldServiceIconsBeHidden() ? 'delay-300 duration-500 -mt-40 -z-40' : 'delay-0 duration-0 mt-0 z-130'"
|
|
6
|
+
class="absolute transition-[margin-top] ease-in left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top ease-in border-b border-navigation-border-color sb-service-list md:z-100 md:h-12 top-[41px] bg-navigation-bg md:border-0 md:top-auto md:w-auto md:left-auto md:static md:justify-end md:flex md:flex-auto lg:h-16 lg:pl-0 lg:pr-4 lg:w-3/4 "
|
|
7
7
|
>
|
|
8
8
|
{{#with this.serviceNavigationSSILinks}}
|
|
9
9
|
<ul class="flex justify-around w-full h-full -itemCount-{{ count }} lg:w-auto lg:justify-end lg:pt-1">
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{#each this.featuredContentItems}}
|
|
7
7
|
<li class="{{#if @first}}mt-3{{else}}mt-1.5{{/if}} ml-4">
|
|
8
8
|
{{#> components/base/link _link=this.link _css="hover:underline relative inline text-link ds-focus" }}
|
|
9
|
-
<h3 class="text-sm"><span class="group-hover:underline">{{this.title}}</span></h3>
|
|
9
|
+
<h3 class="inline text-sm"><span class="group-hover:underline">{{this.title}}</span></h3>
|
|
10
10
|
{{/components/base/link}}
|
|
11
11
|
</li>
|
|
12
12
|
{{/each}}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
id="serviceList"
|
|
3
3
|
@click.outside="$store.serviceNavIsOpen = false; toggleScrolling(!$store.searchFieldOpen && !$store.burgeropen)"
|
|
4
4
|
x-ref="serviceList"
|
|
5
|
-
:class="shouldServiceIconsBeHidden() ? 'delay-300 duration-500 -mt-40' : 'delay-0 duration-0 mt-0'"
|
|
6
|
-
class="absolute transition-[margin-top] ease-in left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top ease-in border-b border-navigation-border-color sb-service-list
|
|
5
|
+
:class="shouldServiceIconsBeHidden() ? 'delay-300 duration-500 -mt-40 -z-40' : 'delay-0 duration-0 mt-0 z-130'"
|
|
6
|
+
class="absolute transition-[margin-top] ease-in left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top ease-in border-b border-navigation-border-color sb-service-list md:z-100 md:h-12 top-[41px] bg-navigation-bg md:border-0 md:top-auto md:w-auto md:left-auto md:static md:justify-end md:flex md:flex-auto lg:h-16 lg:pl-0 lg:pr-4 lg:w-3/4 "
|
|
7
7
|
>
|
|
8
8
|
{{#with this.serviceNavigationSSILinks}}
|
|
9
9
|
<ul class="flex justify-around w-full h-full -itemCount-{{ count }} lg:w-auto lg:justify-end lg:pt-1">
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{#each this.featuredContentItems}}
|
|
7
7
|
<li class="{{#if @first}}mt-3{{else}}mt-1.5{{/if}} ml-4">
|
|
8
8
|
{{#> components/base/link _link=this.link _css="hover:underline relative inline text-link ds-focus" }}
|
|
9
|
-
<h3 class="text-sm"><span class="group-hover:underline">{{this.title}}</span></h3>
|
|
9
|
+
<h3 class="inline text-sm"><span class="group-hover:underline">{{this.title}}</span></h3>
|
|
10
10
|
{{/components/base/link}}
|
|
11
11
|
</li>
|
|
12
12
|
{{/each}}
|
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.3",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
id="serviceList"
|
|
3
3
|
@click.outside="$store.serviceNavIsOpen = false; toggleScrolling(!$store.searchFieldOpen && !$store.burgeropen)"
|
|
4
4
|
x-ref="serviceList"
|
|
5
|
-
:class="shouldServiceIconsBeHidden() ? 'delay-300 duration-500 -mt-40' : 'delay-0 duration-0 mt-0'"
|
|
6
|
-
class="absolute transition-[margin-top] ease-in left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top ease-in border-b border-navigation-border-color sb-service-list
|
|
5
|
+
:class="shouldServiceIconsBeHidden() ? 'delay-300 duration-500 -mt-40 -z-40' : 'delay-0 duration-0 mt-0 z-130'"
|
|
6
|
+
class="absolute transition-[margin-top] ease-in left-0 flex justify-center flex-initial w-full h-10 max-w-full align-top ease-in border-b border-navigation-border-color sb-service-list md:z-100 md:h-12 top-[41px] bg-navigation-bg md:border-0 md:top-auto md:w-auto md:left-auto md:static md:justify-end md:flex md:flex-auto lg:h-16 lg:pl-0 lg:pr-4 lg:w-3/4 "
|
|
7
7
|
>
|
|
8
8
|
{{#with this.serviceNavigationSSILinks}}
|
|
9
9
|
<ul class="flex justify-around w-full h-full -itemCount-{{ count }} lg:w-auto lg:justify-end lg:pt-1">
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{#each this.featuredContentItems}}
|
|
7
7
|
<li class="{{#if @first}}mt-3{{else}}mt-1.5{{/if}} ml-4">
|
|
8
8
|
{{#> components/base/link _link=this.link _css="hover:underline relative inline text-link ds-focus" }}
|
|
9
|
-
<h3 class="text-sm"><span class="group-hover:underline">{{this.title}}</span></h3>
|
|
9
|
+
<h3 class="inline text-sm"><span class="group-hover:underline">{{this.title}}</span></h3>
|
|
10
10
|
{{/components/base/link}}
|
|
11
11
|
</li>
|
|
12
12
|
{{/each}}
|