hr-design-system-handlebars 1.50.38 → 1.50.39

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.50.39 (Thu Dec 07 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - DPE-2656 Navigation im Footer: Abstände verbessern [#783](https://github.com/mumprod/hr-design-system-handlebars/pull/783) ([@Sunny1112358](https://github.com/Sunny1112358))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@Sunny1112358](https://github.com/Sunny1112358)
10
+
11
+ ---
12
+
1
13
  # v1.50.38 (Wed Dec 06 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3205,7 +3205,7 @@ article.indexText ul {
3205
3205
  border-bottom-color: var(--color-secondary-ds);
3206
3206
  }
3207
3207
  .counter-reset {
3208
- counter-reset: cnt1701876979005;
3208
+ counter-reset: cnt1701957159274;
3209
3209
  }
3210
3210
  .hyphens-auto {
3211
3211
  -webkit-hyphens: auto;
@@ -3466,7 +3466,7 @@ article.indexText ul {
3466
3466
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3467
3467
  }
3468
3468
  .-ordered {
3469
- counter-increment: cnt1701876979005 1;
3469
+ counter-increment: cnt1701957159274 1;
3470
3470
  }
3471
3471
  .-ordered::before {
3472
3472
  position: absolute;
@@ -3482,7 +3482,7 @@ article.indexText ul {
3482
3482
  letter-spacing: .0125em;
3483
3483
  --tw-text-opacity: 1;
3484
3484
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3485
- content: counter(cnt1701876979005);
3485
+ content: counter(cnt1701957159274);
3486
3486
  }
3487
3487
  /*! ****************************/
3488
3488
  /*! DataPolicy stuff */
@@ -1,14 +1,14 @@
1
1
  {{#if this.extern}}
2
- <li class="flex items-center w-full h-8 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
2
+ <li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
3
3
  {{> components/footer/page_footer_nav_link _css="flex hover:underline" _link=this _iconName="extern" }}
4
4
  </li>
5
5
  {{else}}
6
6
  {{#if this.paragraphed}}
7
- <li class="flex items-center w-full h-8 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent lg:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
7
+ <li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent lg:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
8
8
  {{> components/footer/page_footer_nav_link _site=this.site _css="hover:underline" _link=this}}
9
9
  </li>
10
10
  {{else}}
11
- <li class="flex items-center w-full h-8 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
11
+ <li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
12
12
  {{> components/footer/page_footer_nav_link _link=this _site=this.site _css="flex hover:underline" }}
13
13
  </li>
14
14
  {{/if}}
@@ -1,14 +1,14 @@
1
1
  {{#if this.extern}}
2
- <li class="flex items-center w-full h-8 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
2
+ <li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
3
3
  {{> components/footer/page_footer_nav_link _css="flex hover:underline" _link=this _iconName="extern" }}
4
4
  </li>
5
5
  {{else}}
6
6
  {{#if this.paragraphed}}
7
- <li class="flex items-center w-full h-8 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent lg:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
7
+ <li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent lg:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
8
8
  {{> components/footer/page_footer_nav_link _site=this.site _css="hover:underline" _link=this}}
9
9
  </li>
10
10
  {{else}}
11
- <li class="flex items-center w-full h-8 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
11
+ <li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
12
12
  {{> components/footer/page_footer_nav_link _link=this _site=this.site _css="flex hover:underline" }}
13
13
  </li>
14
14
  {{/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": "1.50.38",
9
+ "version": "1.50.39",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,14 +1,14 @@
1
1
  {{#if this.extern}}
2
- <li class="flex items-center w-full h-8 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
2
+ <li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6">
3
3
  {{> components/footer/page_footer_nav_link _css="flex hover:underline" _link=this _iconName="extern" }}
4
4
  </li>
5
5
  {{else}}
6
6
  {{#if this.paragraphed}}
7
- <li class="flex items-center w-full h-8 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent lg:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
7
+ <li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap md:bg-transparent lg:pl-0 border-b-secondary md:mt-6 md:border-0 md:h-6">
8
8
  {{> components/footer/page_footer_nav_link _site=this.site _css="hover:underline" _link=this}}
9
9
  </li>
10
10
  {{else}}
11
- <li class="flex items-center w-full h-8 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
11
+ <li class="flex items-center w-full h-10 pl-4 bg-white border-b whitespace-nowrap lg:pl-0 md:bg-transparent border-b-secondary md:border-0 md:h-6 ">
12
12
  {{> components/footer/page_footer_nav_link _link=this _site=this.site _css="flex hover:underline" }}
13
13
  </li>
14
14
  {{/if}}