hr-design-system-handlebars 1.50.40 → 1.50.41
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/site_header/service_navigation/service_list.hbs +2 -2
- package/dist/views_static/components/site_header/service_navigation/service_list.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/site_header/service_navigation/service_list.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.50.41 (Thu Dec 07 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- move duration to ternary [#785](https://github.com/mumprod/hr-design-system-handlebars/pull/785) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.50.40 (Thu Dec 07 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3217,7 +3217,7 @@ article.indexText ul {
|
|
|
3217
3217
|
border-bottom-color: var(--color-secondary-ds);
|
|
3218
3218
|
}
|
|
3219
3219
|
.counter-reset {
|
|
3220
|
-
counter-reset:
|
|
3220
|
+
counter-reset: cnt1701960574124;
|
|
3221
3221
|
}
|
|
3222
3222
|
.hyphens-auto {
|
|
3223
3223
|
-webkit-hyphens: auto;
|
|
@@ -3478,7 +3478,7 @@ article.indexText ul {
|
|
|
3478
3478
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3479
3479
|
}
|
|
3480
3480
|
.-ordered {
|
|
3481
|
-
counter-increment:
|
|
3481
|
+
counter-increment: cnt1701960574124 1;
|
|
3482
3482
|
}
|
|
3483
3483
|
.-ordered::before {
|
|
3484
3484
|
position: absolute;
|
|
@@ -3494,7 +3494,7 @@ article.indexText ul {
|
|
|
3494
3494
|
letter-spacing: .0125em;
|
|
3495
3495
|
--tw-text-opacity: 1;
|
|
3496
3496
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3497
|
-
content: counter(
|
|
3497
|
+
content: counter(cnt1701960574124);
|
|
3498
3498
|
}
|
|
3499
3499
|
/*! ****************************/
|
|
3500
3500
|
/*! 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 -mt-40' : 'delay-0 duration-0 mt-0'"
|
|
6
|
-
class="absolute transition-[margin-top] ease-in
|
|
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 -z-40 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">
|
|
@@ -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 -mt-40' : 'delay-0 duration-0 mt-0'"
|
|
6
|
-
class="absolute transition-[margin-top] ease-in
|
|
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 -z-40 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">
|
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.50.
|
|
9
|
+
"version": "1.50.41",
|
|
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 -mt-40' : 'delay-0 duration-0 mt-0'"
|
|
6
|
-
class="absolute transition-[margin-top] ease-in
|
|
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 -z-40 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">
|