hr-design-system-handlebars 0.117.6 → 0.117.7

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,15 @@
1
+ # v0.117.7 (Thu Jan 12 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Dpe 1981 ff [#472](https://github.com/mumprod/hr-design-system-handlebars/pull/472) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v0.117.6 (Thu Jan 12 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -826,12 +826,12 @@ video {
826
826
  .mt-2 {
827
827
  margin-top: 0.5rem;
828
828
  }
829
- .mt-0 {
830
- margin-top: 0px;
831
- }
832
829
  .mb-2 {
833
830
  margin-bottom: 0.5rem;
834
831
  }
832
+ .mt-0 {
833
+ margin-top: 0px;
834
+ }
835
835
  .mb-0 {
836
836
  margin-bottom: 0px;
837
837
  }
@@ -1481,10 +1481,6 @@ video {
1481
1481
  .bg-transparent {
1482
1482
  background-color: transparent;
1483
1483
  }
1484
- .bg-grey-light {
1485
- --tw-bg-opacity: 1;
1486
- background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
1487
- }
1488
1484
  .bg-gray-200 {
1489
1485
  --tw-bg-opacity: 1;
1490
1486
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
@@ -1738,6 +1734,9 @@ video {
1738
1734
  padding-top: 1px;
1739
1735
  padding-bottom: 1px;
1740
1736
  }
1737
+ .pt-1 {
1738
+ padding-top: 0.25rem;
1739
+ }
1741
1740
  .pl-2 {
1742
1741
  padding-left: 0.5rem;
1743
1742
  }
@@ -1750,9 +1749,6 @@ video {
1750
1749
  .pr-2 {
1751
1750
  padding-right: 0.5rem;
1752
1751
  }
1753
- .pt-1 {
1754
- padding-top: 0.25rem;
1755
- }
1756
1752
  .pb-1 {
1757
1753
  padding-bottom: 0.25rem;
1758
1754
  }
@@ -2228,7 +2224,7 @@ video {
2228
2224
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2229
2225
  }
2230
2226
  .counter-reset {
2231
- counter-reset: cnt1673525493684;
2227
+ counter-reset: cnt1673527606673;
2232
2228
  }
2233
2229
  .line-clamp-4 {
2234
2230
  overflow: hidden;
@@ -2460,7 +2456,7 @@ video {
2460
2456
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2461
2457
  }
2462
2458
  .-ordered {
2463
- counter-increment: cnt1673525493684 1;
2459
+ counter-increment: cnt1673527606673 1;
2464
2460
  }
2465
2461
  .-ordered::before {
2466
2462
  position: absolute;
@@ -2476,7 +2472,7 @@ video {
2476
2472
  letter-spacing: .0125em;
2477
2473
  --tw-text-opacity: 1;
2478
2474
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2479
- content: counter(cnt1673525493684);
2475
+ content: counter(cnt1673527606673);
2480
2476
  }
2481
2477
  /*! ****************************/
2482
2478
  /*! text-shadow */
@@ -1,6 +1,6 @@
1
1
  {{#with this.contentNav}}
2
2
  {{#if this.isListOrFlow}}
3
- <nav x-cloak class="w-full px-2 md:px-0 c-content-nav">
3
+ <nav class="w-full px-2 md:px-0 c-content-nav">
4
4
  {{> components/content_nav/content_nav_container
5
5
  _teaserSize=../_teaserSize
6
6
  _maindivclass="flex relative flex-wrap mt-2 mx-2 md:mx-0 md:mt-0 "
@@ -8,7 +8,7 @@
8
8
  </nav>
9
9
  {{else}}
10
10
  {{#decorator 'components/content_nav/content_nav_dropdown'
11
- _componentClass="c-content-nav h-10 md:h-auto w-full"
11
+ _componentClass="c-content-nav h-10 md:h-auto w-full mb-2 last:mb-0 "
12
12
  _teaserSize=../_teaserSize
13
13
  _iconOpen="arrow-down"
14
14
  _iconClose="arrow-up"
@@ -1,4 +1,4 @@
1
- <div x-cloak class="{{_maindivclass}} {{#if this.isAutosuggest}} autoSuggest js-load{{/if}} {{#if this.isMixed}}relative {{else}}absolute{{/if}}"
1
+ <div class="{{_maindivclass}} {{#if this.isAutosuggest}} autoSuggest js-load{{/if}} {{#if this.isMixed}}relative {{else}}absolute{{/if}}"
2
2
  @click.outside ="contentNavDropdownIsOpen = false; $dispatch('hr:global:resetinputAutoSuggest');"
3
3
 
4
4
  {{#if this.isAutosuggest}}
@@ -6,7 +6,7 @@
6
6
  {{/if}}
7
7
  >
8
8
  {{#if this.isAutosuggest}}
9
- <div class="flex bg-grey-light mx-0 w-full h-10 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
9
+ <div class="flex mx-0 w-full h-10 pt-1 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
10
10
  <input x-ref="autosuggestInput"
11
11
  class="w-full h-8 pl-2 bg-gray-200 text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
12
12
  type="text"
@@ -1,5 +1,5 @@
1
- <nav x-cloak
2
- class="w-full mb-2 last:mb-0 {{#if this.isMixed}} px-2 md:px-0 {{else}} px-0 {{/if}} {{_componentClass}} "
1
+ <nav
2
+ class="w-full {{#if this.isMixed}} px-2 md:px-0 {{else}} px-0 {{/if}} {{_componentClass}} "
3
3
  id="dropdown--{{nextRandom}}"
4
4
  tabindex="0"
5
5
  role="navigation"
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.117.6",
9
+ "version": "0.117.7",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -1,6 +1,6 @@
1
1
  {{#with this.contentNav}}
2
2
  {{#if this.isListOrFlow}}
3
- <nav x-cloak class="w-full px-2 md:px-0 c-content-nav">
3
+ <nav class="w-full px-2 md:px-0 c-content-nav">
4
4
  {{> components/content_nav/content_nav_container
5
5
  _teaserSize=../_teaserSize
6
6
  _maindivclass="flex relative flex-wrap mt-2 mx-2 md:mx-0 md:mt-0 "
@@ -8,7 +8,7 @@
8
8
  </nav>
9
9
  {{else}}
10
10
  {{#decorator 'components/content_nav/content_nav_dropdown'
11
- _componentClass="c-content-nav h-10 md:h-auto w-full"
11
+ _componentClass="c-content-nav h-10 md:h-auto w-full mb-2 last:mb-0 "
12
12
  _teaserSize=../_teaserSize
13
13
  _iconOpen="arrow-down"
14
14
  _iconClose="arrow-up"
@@ -1,4 +1,4 @@
1
- <div x-cloak class="{{_maindivclass}} {{#if this.isAutosuggest}} autoSuggest js-load{{/if}} {{#if this.isMixed}}relative {{else}}absolute{{/if}}"
1
+ <div class="{{_maindivclass}} {{#if this.isAutosuggest}} autoSuggest js-load{{/if}} {{#if this.isMixed}}relative {{else}}absolute{{/if}}"
2
2
  @click.outside ="contentNavDropdownIsOpen = false; $dispatch('hr:global:resetinputAutoSuggest');"
3
3
 
4
4
  {{#if this.isAutosuggest}}
@@ -6,7 +6,7 @@
6
6
  {{/if}}
7
7
  >
8
8
  {{#if this.isAutosuggest}}
9
- <div class="flex bg-grey-light mx-0 w-full h-10 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
9
+ <div class="flex mx-0 w-full h-10 pt-1 border-blue-congress align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
10
10
  <input x-ref="autosuggestInput"
11
11
  class="w-full h-8 pl-2 bg-gray-200 text-grey-dark placeholder:text-grey-dark focus:outline-none js-autosuggest-input"
12
12
  type="text"
@@ -1,5 +1,5 @@
1
- <nav x-cloak
2
- class="w-full mb-2 last:mb-0 {{#if this.isMixed}} px-2 md:px-0 {{else}} px-0 {{/if}} {{_componentClass}} "
1
+ <nav
2
+ class="w-full {{#if this.isMixed}} px-2 md:px-0 {{else}} px-0 {{/if}} {{_componentClass}} "
3
3
  id="dropdown--{{nextRandom}}"
4
4
  tabindex="0"
5
5
  role="navigation"