hr-design-system-handlebars 0.121.8 → 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 CHANGED
@@ -1,3 +1,27 @@
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
+
13
+ # v0.121.9 (Tue Jan 24 2023)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Dpe 2034 [#501](https://github.com/mumprod/hr-design-system-handlebars/pull/501) ([@vascoeduardo](https://github.com/vascoeduardo))
18
+
19
+ #### Authors: 1
20
+
21
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
22
+
23
+ ---
24
+
1
25
  # v0.121.8 (Tue Jan 24 2023)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -1382,9 +1382,6 @@ video {
1382
1382
  .w-24 {
1383
1383
  width: 6rem;
1384
1384
  }
1385
- .w-0 {
1386
- width: 0px;
1387
- }
1388
1385
  .min-w-0 {
1389
1386
  min-width: 0px;
1390
1387
  }
@@ -2477,7 +2474,7 @@ video {
2477
2474
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2478
2475
  }
2479
2476
  .counter-reset {
2480
- counter-reset: cnt1674571086594;
2477
+ counter-reset: cnt1674574368461;
2481
2478
  }
2482
2479
  .line-clamp-4 {
2483
2480
  overflow: hidden;
@@ -2695,7 +2692,7 @@ video {
2695
2692
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2696
2693
  }
2697
2694
  .-ordered {
2698
- counter-increment: cnt1674571086594 1;
2695
+ counter-increment: cnt1674574368461 1;
2699
2696
  }
2700
2697
  .-ordered::before {
2701
2698
  position: absolute;
@@ -2711,7 +2708,7 @@ video {
2711
2708
  letter-spacing: .0125em;
2712
2709
  --tw-text-opacity: 1;
2713
2710
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2714
- content: counter(cnt1674571086594);
2711
+ content: counter(cnt1674574368461);
2715
2712
  }
2716
2713
  /*! ****************************/
2717
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 ds-link-inset text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
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
- @click.outside ="contentNavDropdownIsOpen = false; $dispatch('hr:global:resetinputAutoSuggest')"
12
+
13
13
  {{#if this.isMixed}}
14
14
  @resize.window="if(window.innerWidth > 767){contentNavDropdownIsOpen = false}; $dispatch('hr:global:resetinputAutoSuggest')"
15
15
  {{/if}}
@@ -1,21 +1,7 @@
1
- <section
2
- x-cloak
1
+ <section {{#unless @first}}x-cloak {{/unless}}
3
2
  x-show="tab === '{{this.groupTitle}}'"
4
3
  class="pb-10"
5
4
  >
6
- {{~#if this.hasGroupTitle~}}
7
- <h3 class="sr-only">
8
- <a class="" href="#tgp{{this.teaserIndex}}">
9
- <span class="">{{this.groupTitle}}</span>
10
- <span class="">
11
- {{> components/base/image/icon _icon="arrow-down" _iconmap="icons" _addClass="w-3 h-2 fill-current"}}
12
- {{> components/base/image/icon _icon="arrow-up" _iconmap="icons" _addClass="w-3 h-2 fill-current"}}
13
- </span>
14
- </a>
15
- </h3>
16
- {{~/if~}}
17
-
18
- <a class="w-0" name="tgp{{this.teaserIndex}}"></a>
19
5
  <div class="grid items-start content-start grid-cols-12 px-0 md:px-8 colspan-12 gap-x-6 gap-y-6">
20
6
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
21
7
  </div>
@@ -1,6 +1,5 @@
1
1
  </div>
2
2
  <div
3
- x-cloak
4
3
  x-data="{ tab: '{{this.tabbedGroup.[0].title}}' }"
5
4
  class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
6
5
  >
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.8",
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 ds-link-inset text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
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
- @click.outside ="contentNavDropdownIsOpen = false; $dispatch('hr:global:resetinputAutoSuggest')"
12
+
13
13
  {{#if this.isMixed}}
14
14
  @resize.window="if(window.innerWidth > 767){contentNavDropdownIsOpen = false}; $dispatch('hr:global:resetinputAutoSuggest')"
15
15
  {{/if}}
@@ -1,21 +1,7 @@
1
- <section
2
- x-cloak
1
+ <section {{#unless @first}}x-cloak {{/unless}}
3
2
  x-show="tab === '{{this.groupTitle}}'"
4
3
  class="pb-10"
5
4
  >
6
- {{~#if this.hasGroupTitle~}}
7
- <h3 class="sr-only">
8
- <a class="" href="#tgp{{this.teaserIndex}}">
9
- <span class="">{{this.groupTitle}}</span>
10
- <span class="">
11
- {{> components/base/image/icon _icon="arrow-down" _iconmap="icons" _addClass="w-3 h-2 fill-current"}}
12
- {{> components/base/image/icon _icon="arrow-up" _iconmap="icons" _addClass="w-3 h-2 fill-current"}}
13
- </span>
14
- </a>
15
- </h3>
16
- {{~/if~}}
17
-
18
- <a class="w-0" name="tgp{{this.teaserIndex}}"></a>
19
5
  <div class="grid items-start content-start grid-cols-12 px-0 md:px-8 colspan-12 gap-x-6 gap-y-6">
20
6
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
21
7
  </div>
@@ -1,6 +1,5 @@
1
1
  </div>
2
2
  <div
3
- x-cloak
4
3
  x-data="{ tab: '{{this.tabbedGroup.[0].title}}' }"
5
4
  class="grid grid-cols-12 pt-6 mx-0 mb-8 mt-14 col-full md:pt-7 bg-highlight-1 md:rounded-tl-hr md:rounded-br-hr md:col-main gap-x-6 gap-y-6"
6
5
  >