hr-design-system-handlebars 1.107.0 → 1.107.1

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
+ # v1.107.1 (Wed Oct 09 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - remove unnecessary css (content-nav) [#1098](https://github.com/mumprod/hr-design-system-handlebars/pull/1098) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.107.0 (Wed Oct 09 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -3513,7 +3513,7 @@ article.indexTextDS .indexTextHighlighted .link {
3513
3513
  border-bottom-color: var(--color-secondary-ds);
3514
3514
  }
3515
3515
  .counter-reset {
3516
- counter-reset: cnt1728475005272;
3516
+ counter-reset: cnt1728487371440;
3517
3517
  }
3518
3518
  .placeholder-text-xs::-webkit-input-placeholder {
3519
3519
  font-size: 0.75rem;
@@ -3917,7 +3917,7 @@ article.indexTextDS .indexTextHighlighted .link {
3917
3917
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3918
3918
  }
3919
3919
  .-ordered {
3920
- counter-increment: cnt1728475005272 1;
3920
+ counter-increment: cnt1728487371440 1;
3921
3921
  }
3922
3922
  .-ordered::before {
3923
3923
  position: absolute;
@@ -3933,7 +3933,7 @@ article.indexTextDS .indexTextHighlighted .link {
3933
3933
  letter-spacing: .0125em;
3934
3934
  --tw-text-opacity: 1;
3935
3935
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3936
- content: counter(cnt1728475005272);
3936
+ content: counter(cnt1728487371440);
3937
3937
  }
3938
3938
  /*! ****************************/
3939
3939
  /*! DataPolicy stuff */
@@ -1,6 +1,6 @@
1
1
  {{#with this.contentNav}}
2
2
  {{#if this.isListOrFlow}}
3
- <nav class="w-full {{#if ../_isCopytext~}}px-0{{else}}px-5 sm:px-0{{/if}} c-content-nav {{inline-switch ../_teaserSize '["100","66","50","33","25"]' '[" teaser-size-100"," teaser-size-66"," teaser-size-50"," teaser-size-33"," teaser-size-25", ""]'}}">
3
+ <nav class="w-full {{#if ../_isCopytext~}}px-0{{else}}px-5 sm:px-0{{/if}} {{inline-switch ../_teaserSize '["100","66","50","33","25"]' '[" teaser-size-100"," teaser-size-66"," teaser-size-50"," teaser-size-33"," teaser-size-25", ""]'}}">
4
4
  {{> components/content_nav/content_nav_container
5
5
  _teaserSize=../_teaserSize
6
6
  _maindivclass="flex relative flex-wrap"
@@ -18,7 +18,7 @@
18
18
  {{> components/content_nav/content_nav_container
19
19
  _teaserSize=_teaserSize
20
20
  _maindivclass="flex flex-col w-full mt-0"
21
- _inputclass=(if this.isMixed 'mixed-input' 'dropdown-input')
21
+ _inputclass=(if this.isMixed 'mixed-input' '')
22
22
  }}
23
23
 
24
24
  {{/decorator}}
@@ -4,7 +4,7 @@
4
4
  {{/if}}
5
5
  >
6
6
  {{#if this.isAutosuggest}}
7
- <div class="flex mx-0 w-full h-10 border-primary align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
7
+ <div class="flex mx-0 w-full h-10 border-primary {{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
8
8
  <input x-ref="autosuggestInput"
9
9
  class="{{#if _inputclass }}{{_inputclass}}{{/if}} w-full h-10 pl-2 border-b-8 border-white bg-gray-alabaster text-gray-dark placeholder:text-gray-dark focus:outline-none js-autosuggest-input"
10
10
  type="text"
@@ -7,7 +7,7 @@
7
7
 
8
8
  <span id="dropdown__label--{{getRandom}}" class="hidden">{{defaultIfEmpty _hiddenNavigationLabel "Unternavigation"}}</span>
9
9
  <button
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-11 border-content-nav whitespace-nowrap text-content-nav fill-content-nav"
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 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}}
@@ -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 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">
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">
10
+ <div class="flex items-center h-10 p-2">{{this.title}}</div>
11
+ <ul class="!px-0 mt-0">
12
12
  {{~#each this.navigationGroup~}}
13
13
  {{> components/content_nav/content_nav_item
14
14
  _teaserSize=../../_teaserSize
@@ -1,6 +1,6 @@
1
1
  {{#with this.contentNav}}
2
2
  {{#if this.isListOrFlow}}
3
- <nav class="w-full {{#if ../_isCopytext~}}px-0{{else}}px-5 sm:px-0{{/if}} c-content-nav {{inline-switch ../_teaserSize '["100","66","50","33","25"]' '[" teaser-size-100"," teaser-size-66"," teaser-size-50"," teaser-size-33"," teaser-size-25", ""]'}}">
3
+ <nav class="w-full {{#if ../_isCopytext~}}px-0{{else}}px-5 sm:px-0{{/if}} {{inline-switch ../_teaserSize '["100","66","50","33","25"]' '[" teaser-size-100"," teaser-size-66"," teaser-size-50"," teaser-size-33"," teaser-size-25", ""]'}}">
4
4
  {{> components/content_nav/content_nav_container
5
5
  _teaserSize=../_teaserSize
6
6
  _maindivclass="flex relative flex-wrap"
@@ -18,7 +18,7 @@
18
18
  {{> components/content_nav/content_nav_container
19
19
  _teaserSize=_teaserSize
20
20
  _maindivclass="flex flex-col w-full mt-0"
21
- _inputclass=(if this.isMixed 'mixed-input' 'dropdown-input')
21
+ _inputclass=(if this.isMixed 'mixed-input' '')
22
22
  }}
23
23
 
24
24
  {{/decorator}}
@@ -4,7 +4,7 @@
4
4
  {{/if}}
5
5
  >
6
6
  {{#if this.isAutosuggest}}
7
- <div class="flex mx-0 w-full h-10 border-primary align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
7
+ <div class="flex mx-0 w-full h-10 border-primary {{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
8
8
  <input x-ref="autosuggestInput"
9
9
  class="{{#if _inputclass }}{{_inputclass}}{{/if}} w-full h-10 pl-2 border-b-8 border-white bg-gray-alabaster text-gray-dark placeholder:text-gray-dark focus:outline-none js-autosuggest-input"
10
10
  type="text"
@@ -7,7 +7,7 @@
7
7
 
8
8
  <span id="dropdown__label--{{getRandom}}" class="hidden">{{defaultIfEmpty _hiddenNavigationLabel "Unternavigation"}}</span>
9
9
  <button
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-11 border-content-nav whitespace-nowrap text-content-nav fill-content-nav"
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 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}}
@@ -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 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">
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">
10
+ <div class="flex items-center h-10 p-2">{{this.title}}</div>
11
+ <ul class="!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": "1.107.0",
9
+ "version": "1.107.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,6 +1,6 @@
1
1
  {{#with this.contentNav}}
2
2
  {{#if this.isListOrFlow}}
3
- <nav class="w-full {{#if ../_isCopytext~}}px-0{{else}}px-5 sm:px-0{{/if}} c-content-nav {{inline-switch ../_teaserSize '["100","66","50","33","25"]' '[" teaser-size-100"," teaser-size-66"," teaser-size-50"," teaser-size-33"," teaser-size-25", ""]'}}">
3
+ <nav class="w-full {{#if ../_isCopytext~}}px-0{{else}}px-5 sm:px-0{{/if}} {{inline-switch ../_teaserSize '["100","66","50","33","25"]' '[" teaser-size-100"," teaser-size-66"," teaser-size-50"," teaser-size-33"," teaser-size-25", ""]'}}">
4
4
  {{> components/content_nav/content_nav_container
5
5
  _teaserSize=../_teaserSize
6
6
  _maindivclass="flex relative flex-wrap"
@@ -18,7 +18,7 @@
18
18
  {{> components/content_nav/content_nav_container
19
19
  _teaserSize=_teaserSize
20
20
  _maindivclass="flex flex-col w-full mt-0"
21
- _inputclass=(if this.isMixed 'mixed-input' 'dropdown-input')
21
+ _inputclass=(if this.isMixed 'mixed-input' '')
22
22
  }}
23
23
 
24
24
  {{/decorator}}
@@ -4,7 +4,7 @@
4
4
  {{/if}}
5
5
  >
6
6
  {{#if this.isAutosuggest}}
7
- <div class="flex mx-0 w-full h-10 border-primary align-center{{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
7
+ <div class="flex mx-0 w-full h-10 border-primary {{#if _autoSuggestContainerCss}} {{_autoSuggestContainerCss}}{{/if}}">
8
8
  <input x-ref="autosuggestInput"
9
9
  class="{{#if _inputclass }}{{_inputclass}}{{/if}} w-full h-10 pl-2 border-b-8 border-white bg-gray-alabaster text-gray-dark placeholder:text-gray-dark focus:outline-none js-autosuggest-input"
10
10
  type="text"
@@ -7,7 +7,7 @@
7
7
 
8
8
  <span id="dropdown__label--{{getRandom}}" class="hidden">{{defaultIfEmpty _hiddenNavigationLabel "Unternavigation"}}</span>
9
9
  <button
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-11 border-content-nav whitespace-nowrap text-content-nav fill-content-nav"
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 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}}
@@ -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 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">
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">
10
+ <div class="flex items-center h-10 p-2">{{this.title}}</div>
11
+ <ul class="!px-0 mt-0">
12
12
  {{~#each this.navigationGroup~}}
13
13
  {{> components/content_nav/content_nav_item
14
14
  _teaserSize=../../_teaserSize