hr-design-system-handlebars 1.38.6 → 1.39.1
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 +5 -5
- package/dist/views/components/footer/page_footer.hbs +1 -1
- package/dist/views/components/site_header/navigation_search/quick_search_form.hbs +2 -2
- package/dist/views_static/components/footer/page_footer.hbs +1 -1
- package/dist/views_static/components/site_header/navigation_search/quick_search_form.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/footer/page_footer.hbs +1 -1
- package/src/stories/views/components/site_header/navigation_search/quick_search_form.hbs +2 -2
- package/tailwind.config.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v1.39.1 (Wed Sep 13 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- DPE-2490 Abstand bei Bannern [#725](https://github.com/mumprod/hr-design-system-handlebars/pull/725) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v1.39.0 (Wed Sep 13 2023)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- FEATURE: label footer and quicksearch-form [#724](https://github.com/mumprod/hr-design-system-handlebars/pull/724) ([@szuelch](https://github.com/szuelch))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- [@szuelch](https://github.com/szuelch)
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.38.6 (Wed Sep 13 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -1494,7 +1494,7 @@ video {
|
|
|
1494
1494
|
height: 100%;
|
|
1495
1495
|
}
|
|
1496
1496
|
.h-header-sm {
|
|
1497
|
-
height: 7.
|
|
1497
|
+
height: 7.125rem;
|
|
1498
1498
|
}
|
|
1499
1499
|
.h-screen {
|
|
1500
1500
|
height: 100vh;
|
|
@@ -3054,7 +3054,7 @@ video {
|
|
|
3054
3054
|
border-bottom-color: var(--color-secondary-ds);
|
|
3055
3055
|
}
|
|
3056
3056
|
.counter-reset {
|
|
3057
|
-
counter-reset:
|
|
3057
|
+
counter-reset: cnt1694616217092;
|
|
3058
3058
|
}
|
|
3059
3059
|
.hyphens-auto {
|
|
3060
3060
|
-webkit-hyphens: auto;
|
|
@@ -3289,7 +3289,7 @@ video {
|
|
|
3289
3289
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3290
3290
|
}
|
|
3291
3291
|
.-ordered {
|
|
3292
|
-
counter-increment:
|
|
3292
|
+
counter-increment: cnt1694616217092 1;
|
|
3293
3293
|
}
|
|
3294
3294
|
.-ordered::before {
|
|
3295
3295
|
position: absolute;
|
|
@@ -3305,7 +3305,7 @@ video {
|
|
|
3305
3305
|
letter-spacing: .0125em;
|
|
3306
3306
|
--tw-text-opacity: 1;
|
|
3307
3307
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3308
|
-
content: counter(
|
|
3308
|
+
content: counter(cnt1694616217092);
|
|
3309
3309
|
}
|
|
3310
3310
|
/*! ****************************/
|
|
3311
3311
|
/*! DataPolicy stuff */
|
|
@@ -5399,7 +5399,7 @@ video {
|
|
|
5399
5399
|
}
|
|
5400
5400
|
|
|
5401
5401
|
.md\:h-header-md {
|
|
5402
|
-
height: 5.
|
|
5402
|
+
height: 5.125rem;
|
|
5403
5403
|
}
|
|
5404
5404
|
|
|
5405
5405
|
.md\:w-1\/2 {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<footer class="flex justify-center w-full text-base border-t pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
|
|
1
|
+
<footer class="cy-footer flex justify-center w-full text-base border-t pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
|
|
2
2
|
<div class="flex md:container lg:px-10">
|
|
3
3
|
<span class="hidden">Footer Navigation</span>
|
|
4
4
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
role="search"
|
|
4
4
|
action="{{resourceUrl "suche/index.nocache"}}"
|
|
5
5
|
method="get"
|
|
6
|
-
class="relative flex w-full border rounded lg:search-border-desktop search-border-mobile sb-quick-search-form md:justify-end"
|
|
6
|
+
class="cy-quick-search-form relative flex w-full border rounded lg:search-border-desktop search-border-mobile sb-quick-search-form md:justify-end"
|
|
7
7
|
>
|
|
8
8
|
<div
|
|
9
9
|
class="flex {{~#if _footer}} flex-col-reverse h-10 gap-y-1 {{else}} lg:h-10 {{/if}} w-full"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
name="query"
|
|
20
20
|
x-model="query"
|
|
21
21
|
placeholder='{{loca "search_input_placeholder" }}'
|
|
22
|
-
class="w-full px-2 {{~#if _footer}} py-3 {{else}} py-2 {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l shadow-inner appearance-none lg:top-10 placeholder-text-xs placeholder-secondary text-secondary focus:outline-none"
|
|
22
|
+
class="cy-quick-search w-full px-2 {{~#if _footer}} py-3 {{else}} py-2 {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l shadow-inner appearance-none lg:top-10 placeholder-text-xs placeholder-secondary text-secondary focus:outline-none"
|
|
23
23
|
type="text"
|
|
24
24
|
id="searchInput--{{getRandom}}"
|
|
25
25
|
autocomplete="off"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<footer class="flex justify-center w-full text-base border-t pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
|
|
1
|
+
<footer class="cy-footer flex justify-center w-full text-base border-t pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
|
|
2
2
|
<div class="flex md:container lg:px-10">
|
|
3
3
|
<span class="hidden">Footer Navigation</span>
|
|
4
4
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
role="search"
|
|
4
4
|
action="{{resourceUrl "suche/index.nocache"}}"
|
|
5
5
|
method="get"
|
|
6
|
-
class="relative flex w-full border rounded lg:search-border-desktop search-border-mobile sb-quick-search-form md:justify-end"
|
|
6
|
+
class="cy-quick-search-form relative flex w-full border rounded lg:search-border-desktop search-border-mobile sb-quick-search-form md:justify-end"
|
|
7
7
|
>
|
|
8
8
|
<div
|
|
9
9
|
class="flex {{~#if _footer}} flex-col-reverse h-10 gap-y-1 {{else}} lg:h-10 {{/if}} w-full"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
name="query"
|
|
20
20
|
x-model="query"
|
|
21
21
|
placeholder='{{loca "search_input_placeholder" }}'
|
|
22
|
-
class="w-full px-2 {{~#if _footer}} py-3 {{else}} py-2 {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l shadow-inner appearance-none lg:top-10 placeholder-text-xs placeholder-secondary text-secondary focus:outline-none"
|
|
22
|
+
class="cy-quick-search w-full px-2 {{~#if _footer}} py-3 {{else}} py-2 {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l shadow-inner appearance-none lg:top-10 placeholder-text-xs placeholder-secondary text-secondary focus:outline-none"
|
|
23
23
|
type="text"
|
|
24
24
|
id="searchInput--{{getRandom}}"
|
|
25
25
|
autocomplete="off"
|
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.
|
|
9
|
+
"version": "1.39.1",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<footer class="flex justify-center w-full text-base border-t pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
|
|
1
|
+
<footer class="cy-footer flex justify-center w-full text-base border-t pb-footer-padding-bottom text-footer-text print:hidden bg-footer-bg border-footer-border js-pageFooter" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter" >
|
|
2
2
|
<div class="flex md:container lg:px-10">
|
|
3
3
|
<span class="hidden">Footer Navigation</span>
|
|
4
4
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
role="search"
|
|
4
4
|
action="{{resourceUrl "suche/index.nocache"}}"
|
|
5
5
|
method="get"
|
|
6
|
-
class="relative flex w-full border rounded lg:search-border-desktop search-border-mobile sb-quick-search-form md:justify-end"
|
|
6
|
+
class="cy-quick-search-form relative flex w-full border rounded lg:search-border-desktop search-border-mobile sb-quick-search-form md:justify-end"
|
|
7
7
|
>
|
|
8
8
|
<div
|
|
9
9
|
class="flex {{~#if _footer}} flex-col-reverse h-10 gap-y-1 {{else}} lg:h-10 {{/if}} w-full"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
name="query"
|
|
20
20
|
x-model="query"
|
|
21
21
|
placeholder='{{loca "search_input_placeholder" }}'
|
|
22
|
-
class="w-full px-2 {{~#if _footer}} py-3 {{else}} py-2 {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l shadow-inner appearance-none lg:top-10 placeholder-text-xs placeholder-secondary text-secondary focus:outline-none"
|
|
22
|
+
class="cy-quick-search w-full px-2 {{~#if _footer}} py-3 {{else}} py-2 {{/if}} text-base leading-4 placeholder-opacity-100 rounded-l shadow-inner appearance-none lg:top-10 placeholder-text-xs placeholder-secondary text-secondary focus:outline-none"
|
|
23
23
|
type="text"
|
|
24
24
|
id="searchInput--{{getRandom}}"
|
|
25
25
|
autocomplete="off"
|
package/tailwind.config.js
CHANGED
|
@@ -147,8 +147,8 @@ module.exports = {
|
|
|
147
147
|
'88': '22rem',
|
|
148
148
|
'header-lg-small': '8.8125rem',
|
|
149
149
|
'header-lg-big': '11.0625rem',
|
|
150
|
-
'header-md': '5.
|
|
151
|
-
'header-sm': '7.
|
|
150
|
+
'header-md': '5.125rem',
|
|
151
|
+
'header-sm': '7.125rem',
|
|
152
152
|
'footer-logo':'var(--height-footer-logo)',
|
|
153
153
|
'footer-logo-md': 'var(--height-footer-logo-md)',
|
|
154
154
|
'footer-logo-lg': 'var(--height-footer-logo-lg)',
|