hr-design-system-handlebars 1.50.10 → 1.50.11

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.11 (Tue Nov 21 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - change line-space between links [#759](https://github.com/mumprod/hr-design-system-handlebars/pull/759) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.50.10 (Mon Nov 20 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3055,7 +3055,7 @@ article.indexText ul {
3055
3055
  border-bottom-color: var(--color-secondary-ds);
3056
3056
  }
3057
3057
  .counter-reset {
3058
- counter-reset: cnt1700494081377;
3058
+ counter-reset: cnt1700575123042;
3059
3059
  }
3060
3060
  .hyphens-auto {
3061
3061
  -webkit-hyphens: auto;
@@ -3316,7 +3316,7 @@ article.indexText ul {
3316
3316
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3317
3317
  }
3318
3318
  .-ordered {
3319
- counter-increment: cnt1700494081377 1;
3319
+ counter-increment: cnt1700575123042 1;
3320
3320
  }
3321
3321
  .-ordered::before {
3322
3322
  position: absolute;
@@ -3332,7 +3332,7 @@ article.indexText ul {
3332
3332
  letter-spacing: .0125em;
3333
3333
  --tw-text-opacity: 1;
3334
3334
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3335
- content: counter(cnt1700494081377);
3335
+ content: counter(cnt1700575123042);
3336
3336
  }
3337
3337
  /*! ****************************/
3338
3338
  /*! DataPolicy stuff */
@@ -4,7 +4,7 @@
4
4
  <span class="block mt-4 text-base font-heading">{{loca "featured_content_headline"}}</span>
5
5
  <ul class="list-disc">
6
6
  {{#each this.featuredContentItems}}
7
- <li class="mt-3 ml-4">
7
+ <li class="{{#if @first}}mt-3{{else}}mt-0.5{{/if}} ml-4">
8
8
  {{#> components/base/link _link=this.link _css="hover:underline relative inline text-link text-sm ds-focus" }}
9
9
  {{this.title}}
10
10
  {{/components/base/link}}
@@ -4,7 +4,7 @@
4
4
  <span class="block mt-4 text-base font-heading">{{loca "featured_content_headline"}}</span>
5
5
  <ul class="list-disc">
6
6
  {{#each this.featuredContentItems}}
7
- <li class="mt-3 ml-4">
7
+ <li class="{{#if @first}}mt-3{{else}}mt-0.5{{/if}} ml-4">
8
8
  {{#> components/base/link _link=this.link _css="hover:underline relative inline text-link text-sm ds-focus" }}
9
9
  {{this.title}}
10
10
  {{/components/base/link}}
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.10",
9
+ "version": "1.50.11",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -4,7 +4,7 @@
4
4
  <span class="block mt-4 text-base font-heading">{{loca "featured_content_headline"}}</span>
5
5
  <ul class="list-disc">
6
6
  {{#each this.featuredContentItems}}
7
- <li class="mt-3 ml-4">
7
+ <li class="{{#if @first}}mt-3{{else}}mt-0.5{{/if}} ml-4">
8
8
  {{#> components/base/link _link=this.link _css="hover:underline relative inline text-link text-sm ds-focus" }}
9
9
  {{this.title}}
10
10
  {{/components/base/link}}