hr-design-system-handlebars 0.121.9 → 0.121.10
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/content_nav/content_nav_container.hbs +1 -1
- package/dist/views/components/content_nav/content_nav_dropdown.hbs +2 -2
- package/package.json +1 -1
- package/src/stories/views/components/content_nav/content_nav_container.hbs +1 -1
- package/src/stories/views/components/content_nav/content_nav_dropdown.hbs +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.121.10 (Tue Jan 24 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- moves click.outside to nav element [#502](https://github.com/mumprod/hr-design-system-handlebars/pull/502) ([@StefanVesper](https://github.com/StefanVesper))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.121.9 (Tue Jan 24 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -2474,7 +2474,7 @@ video {
|
|
|
2474
2474
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2475
2475
|
}
|
|
2476
2476
|
.counter-reset {
|
|
2477
|
-
counter-reset:
|
|
2477
|
+
counter-reset: cnt1674574368461;
|
|
2478
2478
|
}
|
|
2479
2479
|
.line-clamp-4 {
|
|
2480
2480
|
overflow: hidden;
|
|
@@ -2692,7 +2692,7 @@ video {
|
|
|
2692
2692
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2693
2693
|
}
|
|
2694
2694
|
.-ordered {
|
|
2695
|
-
counter-increment:
|
|
2695
|
+
counter-increment: cnt1674574368461 1;
|
|
2696
2696
|
}
|
|
2697
2697
|
.-ordered::before {
|
|
2698
2698
|
position: absolute;
|
|
@@ -2708,7 +2708,7 @@ video {
|
|
|
2708
2708
|
letter-spacing: .0125em;
|
|
2709
2709
|
--tw-text-opacity: 1;
|
|
2710
2710
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2711
|
-
content: counter(
|
|
2711
|
+
content: counter(cnt1674574368461);
|
|
2712
2712
|
}
|
|
2713
2713
|
/*! ****************************/
|
|
2714
2714
|
/*! text-shadow */
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{#if this.isAutosuggest}}
|
|
7
7
|
<div class="flex mx-0 w-full h-10 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
|
|
8
8
|
<input x-ref="autosuggestInput"
|
|
9
|
-
class="w-full h-10 pl-2 bg-gray-200 border-b-8 border-white
|
|
9
|
+
class="w-full h-10 pl-2 bg-gray-200 border-b-8 border-white text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
|
|
10
10
|
type="text"
|
|
11
11
|
placeholder="Eintrag filtern"/>
|
|
12
12
|
</div>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<nav class="w-full px-5 sm:px-0 {{inline-switch _teaserSize '["100","66","50","33","25"]' '[" teaser-size-100"," teaser-size-66"," teaser-size-50"," teaser-size-33"," teaser-size-25", ""]'}}"
|
|
2
2
|
:class="contentNavDropdownIsOpen ? 'h-10' : ''"
|
|
3
3
|
id="dropdown--{{nextRandom}}"
|
|
4
|
-
|
|
4
|
+
@click.outside ="contentNavDropdownIsOpen = false; $dispatch('hr:global:resetinputAutoSuggest')"
|
|
5
5
|
role="navigation"
|
|
6
6
|
aria-labelledby="dropdown__label--{{getRandom}}">
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<button
|
|
10
10
|
class="content-nav-dropdown_dropdown{{#if this.isDropdown}} -isDropdown{{/if}}{{#if this.isMixed}} -isMixed{{/if}} ds-link-inset relative flex w-full h-10 mb-0 overflow-hidden bg-white border md:mx-0 z-100 border-content-nav whitespace-nowrap text-content-nav fill-content-nav"
|
|
11
11
|
@click="contentNavDropdownIsOpen = !contentNavDropdownIsOpen; $dispatch('hr:global:resetinputAutoSuggest');"
|
|
12
|
-
|
|
12
|
+
|
|
13
13
|
{{#if this.isMixed}}
|
|
14
14
|
@resize.window="if(window.innerWidth > 767){contentNavDropdownIsOpen = false}; $dispatch('hr:global:resetinputAutoSuggest')"
|
|
15
15
|
{{/if}}
|
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": "0.121.
|
|
9
|
+
"version": "0.121.10",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{{#if this.isAutosuggest}}
|
|
7
7
|
<div class="flex mx-0 w-full h-10 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
|
|
8
8
|
<input x-ref="autosuggestInput"
|
|
9
|
-
class="w-full h-10 pl-2 bg-gray-200 border-b-8 border-white
|
|
9
|
+
class="w-full h-10 pl-2 bg-gray-200 border-b-8 border-white text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
|
|
10
10
|
type="text"
|
|
11
11
|
placeholder="Eintrag filtern"/>
|
|
12
12
|
</div>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<nav class="w-full px-5 sm:px-0 {{inline-switch _teaserSize '["100","66","50","33","25"]' '[" teaser-size-100"," teaser-size-66"," teaser-size-50"," teaser-size-33"," teaser-size-25", ""]'}}"
|
|
2
2
|
:class="contentNavDropdownIsOpen ? 'h-10' : ''"
|
|
3
3
|
id="dropdown--{{nextRandom}}"
|
|
4
|
-
|
|
4
|
+
@click.outside ="contentNavDropdownIsOpen = false; $dispatch('hr:global:resetinputAutoSuggest')"
|
|
5
5
|
role="navigation"
|
|
6
6
|
aria-labelledby="dropdown__label--{{getRandom}}">
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<button
|
|
10
10
|
class="content-nav-dropdown_dropdown{{#if this.isDropdown}} -isDropdown{{/if}}{{#if this.isMixed}} -isMixed{{/if}} ds-link-inset relative flex w-full h-10 mb-0 overflow-hidden bg-white border md:mx-0 z-100 border-content-nav whitespace-nowrap text-content-nav fill-content-nav"
|
|
11
11
|
@click="contentNavDropdownIsOpen = !contentNavDropdownIsOpen; $dispatch('hr:global:resetinputAutoSuggest');"
|
|
12
|
-
|
|
12
|
+
|
|
13
13
|
{{#if this.isMixed}}
|
|
14
14
|
@resize.window="if(window.innerWidth > 767){contentNavDropdownIsOpen = false}; $dispatch('hr:global:resetinputAutoSuggest')"
|
|
15
15
|
{{/if}}
|