hr-design-system-handlebars 1.38.5 → 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 +24 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/footer/page_footer.hbs +1 -1
- package/dist/views/components/mediaplayer/mediaplayer_button.hbs +1 -0
- package/dist/views/components/site_header/navigation_search/quick_search_form.hbs +2 -2
- package/dist/views/components/teaser/components/teaser_av_consumption_close_button.hbs +1 -0
- package/dist/views/components/teaser/ticker/teaser_ticker_body.hbs +1 -0
- package/dist/views_static/components/footer/page_footer.hbs +1 -1
- package/dist/views_static/components/mediaplayer/mediaplayer_button.hbs +1 -0
- package/dist/views_static/components/site_header/navigation_search/quick_search_form.hbs +2 -2
- package/dist/views_static/components/teaser/components/teaser_av_consumption_close_button.hbs +1 -0
- package/dist/views_static/components/teaser/ticker/teaser_ticker_body.hbs +1 -0
- package/package.json +1 -1
- package/src/stories/views/components/footer/page_footer.hbs +1 -1
- package/src/stories/views/components/mediaplayer/mediaplayer_button.hbs +1 -0
- package/src/stories/views/components/site_header/navigation_search/quick_search_form.hbs +2 -2
- package/src/stories/views/components/teaser/components/teaser_av_consumption_close_button.hbs +1 -0
- package/src/stories/views/components/teaser/ticker/teaser_ticker_body.hbs +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
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
|
+
|
|
13
|
+
# v1.38.6 (Wed Sep 13 2023)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- Bugfix: set empty htmlProperties to make sure [#723](https://github.com/mumprod/hr-design-system-handlebars/pull/723) ([@szuelch](https://github.com/szuelch))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- [@szuelch](https://github.com/szuelch)
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v1.38.5 (Mon Sep 11 2023)
|
|
2
26
|
|
|
3
27
|
#### 🐛 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
|
|
|
@@ -7,4 +7,5 @@
|
|
|
7
7
|
{{>components/button/components/button_label _css="sr-only" _label=../../_label-adjust_context}}
|
|
8
8
|
{{/components/button/button}}
|
|
9
9
|
{{#*inline "css"}}js-mediaplayer__button cy-mediaplayer-trigger group rounded-full {{> components/button/utilities/button_on_image_classes _teaserSize=../../_teaserSize-adjust_context _teaserType=../../_teaserType-adjust_context _isMobile1to1=../../_isMobile1to1-adjust_context}}{{/inline}}
|
|
10
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
10
11
|
{{/with}}
|
|
@@ -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"
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
{{/if}}
|
|
16
16
|
{{/components/teaser/components/teaser_headline}}
|
|
17
17
|
{{/components/base/link}}
|
|
18
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
18
19
|
{{/components/teaser/components/teaser_header}}
|
|
19
20
|
|
|
20
21
|
{{> components/teaser/ticker/teaser_ticker_timeline _css=(inline-switch _teaserSize '["25","33"]' '[" hidden"," md:hidden"]') _color="white" }}
|
|
@@ -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
|
|
|
@@ -7,4 +7,5 @@
|
|
|
7
7
|
{{>components/button/components/button_label _css="sr-only" _label=_label}}
|
|
8
8
|
{{/components/button/button}}
|
|
9
9
|
{{#*inline "css"}}js-mediaplayer__button cy-mediaplayer-trigger group rounded-full {{> components/button/utilities/button_on_image_classes _teaserSize=_teaserSize _teaserType=_teaserType _isMobile1to1=_isMobile1to1}}{{/inline}}
|
|
10
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
10
11
|
{{/with}}
|
|
@@ -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"
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
{{/if}}
|
|
16
16
|
{{/components/teaser/components/teaser_headline}}
|
|
17
17
|
{{/components/base/link}}
|
|
18
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
18
19
|
{{/components/teaser/components/teaser_header}}
|
|
19
20
|
|
|
20
21
|
{{> components/teaser/ticker/teaser_ticker_timeline _css=(inline-switch _teaserSize '["25","33"]' '[" hidden"," md:hidden"]') _color="white" }}
|
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
|
|
|
@@ -7,4 +7,5 @@
|
|
|
7
7
|
{{>components/button/components/button_label _css="sr-only" _label=_label-adjust_context}}
|
|
8
8
|
{{/components/button/button}}
|
|
9
9
|
{{#*inline "css"}}js-mediaplayer__button cy-mediaplayer-trigger group rounded-full {{> components/button/utilities/button_on_image_classes _teaserSize=_teaserSize-adjust_context _teaserType=_teaserType-adjust_context _isMobile1to1=_isMobile1to1-adjust_context}}{{/inline}}
|
|
10
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
10
11
|
{{/with}}
|
|
@@ -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"
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
{{/if}}
|
|
16
16
|
{{/components/teaser/components/teaser_headline}}
|
|
17
17
|
{{/components/base/link}}
|
|
18
|
+
{{#*inline "htmlProperties"}}{{/inline}}
|
|
18
19
|
{{/components/teaser/components/teaser_header}}
|
|
19
20
|
|
|
20
21
|
{{> components/teaser/ticker/teaser_ticker_timeline _css=(inline-switch _teaserSize '["25","33"]' '[" hidden"," md:hidden"]') _color="white" }}
|