hr-design-system-handlebars 1.74.11 → 1.74.13

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.13 (Fri Jun 21 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fixes some space issues [#967](https://github.com/mumprod/hr-design-system-handlebars/pull/967) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
13
+ # v1.74.12 (Fri Jun 21 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - fixes some unneeded spaces from the template rendering [#966](https://github.com/mumprod/hr-design-system-handlebars/pull/966) ([@StefanVesper](https://github.com/StefanVesper))
18
+
19
+ #### Authors: 1
20
+
21
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
22
+
23
+ ---
24
+
1
25
  # v1.74.11 (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: cnt1718978019507;
3371
+ counter-reset: cnt1718984329163;
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: cnt1718978019507 1;
3750
+ counter-increment: cnt1718984329163 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(cnt1718978019507);
3766
+ content: counter(cnt1718984329163);
3767
3767
  }
3768
3768
  /*! ****************************/
3769
3769
  /*! DataPolicy stuff */
@@ -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>
@@ -6,10 +6,8 @@
6
6
  {{#if this.hasProfileLink}}
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
- <span>{{../this.authorName~}}</span>
10
- {{/components/base/link}}
11
- {{#with this.textAfterAuthor}} {{this}}{{/with}}
12
- {{this.delimiter}}
9
+ <span>{{../this.authorName~}}</span>{{~/components/base/link~}}
10
+ {{~#with this.textAfterAuthor}} {{this}}{{/with~}}{{~this.delimiter}}
13
11
  {{else}}
14
12
  {{this.from}}
15
13
  {{#with this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
@@ -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>
@@ -6,10 +6,8 @@
6
6
  {{#if this.hasProfileLink}}
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
- <span>{{../this.authorName~}}</span>
10
- {{/components/base/link}}
11
- {{#with this.textAfterAuthor}} {{this}}{{/with}}
12
- {{this.delimiter}}
9
+ <span>{{../this.authorName~}}</span>{{~/components/base/link~}}
10
+ {{~#with this.textAfterAuthor}} {{this}}{{/with~}}{{~this.delimiter}}
13
11
  {{else}}
14
12
  {{this.from}}
15
13
  {{#with this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}
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.11",
9
+ "version": "1.74.13",
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>
@@ -6,10 +6,8 @@
6
6
  {{#if this.hasProfileLink}}
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
- <span>{{../this.authorName~}}</span>
10
- {{/components/base/link}}
11
- {{#with this.textAfterAuthor}} {{this}}{{/with}}
12
- {{this.delimiter}}
9
+ <span>{{../this.authorName~}}</span>{{~/components/base/link~}}
10
+ {{~#with this.textAfterAuthor}} {{this}}{{/with~}}{{~this.delimiter}}
13
11
  {{else}}
14
12
  {{this.from}}
15
13
  {{#with this.textAfterAuthor}} {{this}}{{/with}}{{this.delimiter}}