hr-design-system-handlebars 1.38.6 → 1.39.0
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.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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.39.0 (Wed Sep 13 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- FEATURE: label footer and quicksearch-form [#724](https://github.com/mumprod/hr-design-system-handlebars/pull/724) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.38.6 (Wed Sep 13 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -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: cnt1694607264318;
|
|
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: cnt1694607264318 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(cnt1694607264318);
|
|
3309
3309
|
}
|
|
3310
3310
|
/*! ****************************/
|
|
3311
3311
|
/*! DataPolicy stuff */
|
|
@@ -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.0",
|
|
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"
|