hr-design-system-handlebars 0.123.2 → 0.123.3

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.123.3 (Wed Feb 08 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fixes filter in content nav [#523](https://github.com/mumprod/hr-design-system-handlebars/pull/523) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v0.123.2 (Tue Feb 07 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2506,7 +2506,7 @@ video {
2506
2506
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2507
2507
  }
2508
2508
  .counter-reset {
2509
- counter-reset: cnt1675780977415;
2509
+ counter-reset: cnt1675855473029;
2510
2510
  }
2511
2511
  .line-clamp-4 {
2512
2512
  overflow: hidden;
@@ -2724,7 +2724,7 @@ video {
2724
2724
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2725
2725
  }
2726
2726
  .-ordered {
2727
- counter-increment: cnt1675780977415 1;
2727
+ counter-increment: cnt1675855473029 1;
2728
2728
  }
2729
2729
  .-ordered::before {
2730
2730
  position: absolute;
@@ -2740,7 +2740,7 @@ video {
2740
2740
  letter-spacing: .0125em;
2741
2741
  --tw-text-opacity: 1;
2742
2742
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2743
- content: counter(cnt1675780977415);
2743
+ content: counter(cnt1675855473029);
2744
2744
  }
2745
2745
  /*! ****************************/
2746
2746
  /*! text-shadow */
@@ -1,6 +1,6 @@
1
1
  <div class="{{_maindivclass}} {{#if this.isAutosuggest}} autoSuggest js-load{{/if}} relative"
2
2
  {{#if this.isAutosuggest}}
3
- data-hr-auto-suggest='{"filterGroupsSelector":".c-content-nav__group", "filterElementSelector":".c-content-nav__item", "filterTextSelector":".js-title", "inputElementSelector":".js-autosuggest-input", "matchedClass":"block", "unmatchedClass":"hidden"}'
3
+ data-hr-auto-suggest='{"filterGroupsSelector":".content-nav-group", "filterElementSelector":".content-nav-item", "filterTextSelector":".js-title", "inputElementSelector":".js-autosuggest-input", "matchedClass":"block", "unmatchedClass":"hidden"}'
4
4
  {{/if}}
5
5
  >
6
6
  {{#if this.isAutosuggest}}
@@ -6,9 +6,9 @@
6
6
  {{~#if this.isGroup~}}
7
7
 
8
8
  {{#if ../isDropdown}}
9
- <li class="w-full h-auto overflow-hidden text-base list-none border-b border-gray-400 bg-highlight-1 text-content-nav md:mx-0 font-copy fill-content-nav c-content-nav__group">
10
- <div class="flex items-center h-10 p-2 c-content-nav__group-title">{{this.title}}</div>
11
- <ul class="c-content-nav__group-list !px-0 mt-0">
9
+ <li class="w-full h-auto overflow-hidden text-base list-none border-b border-gray-400 bg-highlight-1 text-content-nav md:mx-0 font-copy fill-content-nav content-nav-group">
10
+ <div class="flex items-center h-10 p-2 content-nav-group-title">{{this.title}}</div>
11
+ <ul class="c-content-nav-group-list !px-0 mt-0">
12
12
  {{~#each this.navigationGroup~}}
13
13
  {{> components/content_nav/content_nav_item
14
14
  _teaserSize=../../_teaserSize
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.123.2",
9
+ "version": "0.123.3",
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
  <div class="{{_maindivclass}} {{#if this.isAutosuggest}} autoSuggest js-load{{/if}} relative"
2
2
  {{#if this.isAutosuggest}}
3
- data-hr-auto-suggest='{"filterGroupsSelector":".c-content-nav__group", "filterElementSelector":".c-content-nav__item", "filterTextSelector":".js-title", "inputElementSelector":".js-autosuggest-input", "matchedClass":"block", "unmatchedClass":"hidden"}'
3
+ data-hr-auto-suggest='{"filterGroupsSelector":".content-nav-group", "filterElementSelector":".content-nav-item", "filterTextSelector":".js-title", "inputElementSelector":".js-autosuggest-input", "matchedClass":"block", "unmatchedClass":"hidden"}'
4
4
  {{/if}}
5
5
  >
6
6
  {{#if this.isAutosuggest}}
@@ -6,9 +6,9 @@
6
6
  {{~#if this.isGroup~}}
7
7
 
8
8
  {{#if ../isDropdown}}
9
- <li class="w-full h-auto overflow-hidden text-base list-none border-b border-gray-400 bg-highlight-1 text-content-nav md:mx-0 font-copy fill-content-nav c-content-nav__group">
10
- <div class="flex items-center h-10 p-2 c-content-nav__group-title">{{this.title}}</div>
11
- <ul class="c-content-nav__group-list !px-0 mt-0">
9
+ <li class="w-full h-auto overflow-hidden text-base list-none border-b border-gray-400 bg-highlight-1 text-content-nav md:mx-0 font-copy fill-content-nav content-nav-group">
10
+ <div class="flex items-center h-10 p-2 content-nav-group-title">{{this.title}}</div>
11
+ <ul class="c-content-nav-group-list !px-0 mt-0">
12
12
  {{~#each this.navigationGroup~}}
13
13
  {{> components/content_nav/content_nav_item
14
14
  _teaserSize=../../_teaserSize