hr-design-system-handlebars 1.74.10 → 1.74.12

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,27 @@
1
+ # v1.74.12 (Fri Jun 21 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fixes some unneeded spaces from the template rendering [#966](https://github.com/mumprod/hr-design-system-handlebars/pull/966) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
13
+ # v1.74.11 (Fri Jun 21 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - better min height for lg [#965](https://github.com/mumprod/hr-design-system-handlebars/pull/965) ([@StefanVesper](https://github.com/StefanVesper))
18
+
19
+ #### Authors: 1
20
+
21
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
22
+
23
+ ---
24
+
1
25
  # v1.74.10 (Fri Jun 21 2024)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -3368,7 +3368,7 @@ article.indexTextDS .indexTextHighlighted .link {
3368
3368
  border-bottom-color: var(--color-secondary-ds);
3369
3369
  }
3370
3370
  .counter-reset {
3371
- counter-reset: cnt1718977373091;
3371
+ counter-reset: cnt1718981270700;
3372
3372
  }
3373
3373
  .hyphens-auto {
3374
3374
  -webkit-hyphens: auto;
@@ -3747,7 +3747,7 @@ article.indexTextDS .indexTextHighlighted .link {
3747
3747
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3748
3748
  }
3749
3749
  .-ordered {
3750
- counter-increment: cnt1718977373091 1;
3750
+ counter-increment: cnt1718981270700 1;
3751
3751
  }
3752
3752
  .-ordered::before {
3753
3753
  position: absolute;
@@ -3763,7 +3763,7 @@ article.indexTextDS .indexTextHighlighted .link {
3763
3763
  letter-spacing: .0125em;
3764
3764
  --tw-text-opacity: 1;
3765
3765
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3766
- content: counter(cnt1718977373091);
3766
+ content: counter(cnt1718981270700);
3767
3767
  }
3768
3768
  /*! ****************************/
3769
3769
  /*! DataPolicy stuff */
@@ -7310,6 +7310,10 @@ ul.restrictedToTwo li:nth-of-type(1n+2) .timelineBorder {
7310
7310
  max-height: 100%;
7311
7311
  }
7312
7312
 
7313
+ .lg\:min-h-\[140px\] {
7314
+ min-height: 140px;
7315
+ }
7316
+
7313
7317
  .lg\:w-1\/2 {
7314
7318
  width: 50%;
7315
7319
  }
@@ -31,16 +31,16 @@
31
31
  </span>
32
32
  {{/if}}
33
33
  {{else}}
34
- <span>{{~this.programLabel~}},{{~#if this.date~}}
34
+ <span>{{this.programLabel}}{{#if this.date}},
35
35
  <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
36
36
  class="{{#if _isArticle}}{{else}}{{/if}} ">
37
- {{~#if this.displayWithTime~}}
37
+ {{#if this.displayWithTime}}
38
38
  {{loca "date_simple_at" this.date.dateSeparatorTime}}
39
- {{~else~}}
39
+ {{else}}
40
40
  {{this.date.date}}
41
- {{~/if~}}
41
+ {{/if}}
42
42
  </time>
43
- {{~/if~}}
43
+ {{/if}}
44
44
  </span>
45
45
  {{/if}}
46
46
  </div>
@@ -7,8 +7,8 @@
7
7
  {{this.from}}
8
8
  {{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
9
9
  <span>{{../this.authorName~}}</span>
10
- {{/components/base/link}}
11
- {{#with this.textAfterAuthor}} {{this}}{{/with}}
10
+ {{/components/base/link~}}
11
+ {{#with this.textAfterAuthor}}{{this}}{{/with}}
12
12
  {{this.delimiter}}
13
13
  {{else}}
14
14
  {{this.from}}
@@ -2,7 +2,7 @@
2
2
  <div class="flex flex-col grow">
3
3
  {{!-- First Row --}}
4
4
  <div class="flex flex-row {{#if ../_ordered}} pl-8 {{/if}} ">
5
- <div class="flex flex-col min-h-[88px] md:min-h-[128px] grow ">
5
+ <div class="flex flex-col min-h-[88px] md:min-h-[128px] lg:min-h-[140px] grow ">
6
6
  <div class="flex max-h-6">
7
7
  {{!-- Label / Airdate --}}
8
8
  {{#with label}}
@@ -31,16 +31,16 @@
31
31
  </span>
32
32
  {{/if}}
33
33
  {{else}}
34
- <span>{{~this.programLabel~}},{{~#if this.date~}}
34
+ <span>{{this.programLabel}}{{#if this.date}},
35
35
  <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
36
36
  class="{{#if _isArticle}}{{else}}{{/if}} ">
37
- {{~#if this.displayWithTime~}}
37
+ {{#if this.displayWithTime}}
38
38
  {{loca "date_simple_at" this.date.dateSeparatorTime}}
39
- {{~else~}}
39
+ {{else}}
40
40
  {{this.date.date}}
41
- {{~/if~}}
41
+ {{/if}}
42
42
  </time>
43
- {{~/if~}}
43
+ {{/if}}
44
44
  </span>
45
45
  {{/if}}
46
46
  </div>
@@ -7,8 +7,8 @@
7
7
  {{this.from}}
8
8
  {{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
9
9
  <span>{{../this.authorName~}}</span>
10
- {{/components/base/link}}
11
- {{#with this.textAfterAuthor}} {{this}}{{/with}}
10
+ {{/components/base/link~}}
11
+ {{#with this.textAfterAuthor}}{{this}}{{/with}}
12
12
  {{this.delimiter}}
13
13
  {{else}}
14
14
  {{this.from}}
@@ -2,7 +2,7 @@
2
2
  <div class="flex flex-col grow">
3
3
  {{!-- First Row --}}
4
4
  <div class="flex flex-row {{#if ../_ordered}} pl-8 {{/if}} ">
5
- <div class="flex flex-col min-h-[88px] md:min-h-[128px] grow ">
5
+ <div class="flex flex-col min-h-[88px] md:min-h-[128px] lg:min-h-[140px] grow ">
6
6
  <div class="flex max-h-6">
7
7
  {{!-- Label / Airdate --}}
8
8
  {{#with label}}
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.74.10",
9
+ "version": "1.74.12",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -31,16 +31,16 @@
31
31
  </span>
32
32
  {{/if}}
33
33
  {{else}}
34
- <span>{{~this.programLabel~}},{{~#if this.date~}}
34
+ <span>{{this.programLabel}}{{#if this.date}},
35
35
  <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
36
36
  class="{{#if _isArticle}}{{else}}{{/if}} ">
37
- {{~#if this.displayWithTime~}}
37
+ {{#if this.displayWithTime}}
38
38
  {{loca "date_simple_at" this.date.dateSeparatorTime}}
39
- {{~else~}}
39
+ {{else}}
40
40
  {{this.date.date}}
41
- {{~/if~}}
41
+ {{/if}}
42
42
  </time>
43
- {{~/if~}}
43
+ {{/if}}
44
44
  </span>
45
45
  {{/if}}
46
46
  </div>
@@ -7,8 +7,8 @@
7
7
  {{this.from}}
8
8
  {{#>components/base/link _link=this.link _css="hover:underline hover:!decoration-1 text-link dark:text-link-dark"}}
9
9
  <span>{{../this.authorName~}}</span>
10
- {{/components/base/link}}
11
- {{#with this.textAfterAuthor}} {{this}}{{/with}}
10
+ {{/components/base/link~}}
11
+ {{#with this.textAfterAuthor}}{{this}}{{/with}}
12
12
  {{this.delimiter}}
13
13
  {{else}}
14
14
  {{this.from}}
@@ -2,7 +2,7 @@
2
2
  <div class="flex flex-col grow">
3
3
  {{!-- First Row --}}
4
4
  <div class="flex flex-row {{#if ../_ordered}} pl-8 {{/if}} ">
5
- <div class="flex flex-col min-h-[88px] md:min-h-[128px] grow ">
5
+ <div class="flex flex-col min-h-[88px] md:min-h-[128px] lg:min-h-[140px] grow ">
6
6
  <div class="flex max-h-6">
7
7
  {{!-- Label / Airdate --}}
8
8
  {{#with label}}