hr-design-system-handlebars 1.73.0 → 1.73.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,16 @@
1
+ # v1.73.1 (Tue Jun 18 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Display video byline correctly [#953](https://github.com/mumprod/hr-design-system-handlebars/pull/953) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
1
14
  # v1.73.0 (Tue Jun 18 2024)
2
15
 
3
16
  #### 🚀 Enhancement
@@ -3365,7 +3365,7 @@ article.indexTextDS .indexTextHighlighted .link {
3365
3365
  border-bottom-color: var(--color-secondary-ds);
3366
3366
  }
3367
3367
  .counter-reset {
3368
- counter-reset: cnt1718712643358;
3368
+ counter-reset: cnt1718715077625;
3369
3369
  }
3370
3370
  .hyphens-auto {
3371
3371
  -webkit-hyphens: auto;
@@ -3744,7 +3744,7 @@ article.indexTextDS .indexTextHighlighted .link {
3744
3744
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3745
3745
  }
3746
3746
  .-ordered {
3747
- counter-increment: cnt1718712643358 1;
3747
+ counter-increment: cnt1718715077625 1;
3748
3748
  }
3749
3749
  .-ordered::before {
3750
3750
  position: absolute;
@@ -3760,7 +3760,7 @@ article.indexTextDS .indexTextHighlighted .link {
3760
3760
  letter-spacing: .0125em;
3761
3761
  --tw-text-opacity: 1;
3762
3762
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3763
- content: counter(cnt1718712643358);
3763
+ content: counter(cnt1718715077625);
3764
3764
  }
3765
3765
  /*! ****************************/
3766
3766
  /*! DataPolicy stuff */
@@ -1,35 +1,15 @@
1
1
  <span class='text-xs text-inherit font-headingSerif{{#if _css}} {{_css}}{{/if}}'>
2
- <span class="mx-1">|</span>
3
- {{~#if this.isAudio}}
4
- {{~#with this.audioAuthor}}
5
- {{this}}{{#if ../this.airdateDate }}<span class="mx-1">|</span>{{/if}}
6
- {{/with}}
7
- {{~#with this.airdateDate ~}}
8
- <time datetime="{{this.htmlDate}}">{{this.date}}</time>
9
- {{~/with~}}
10
- {{/if}}
11
-
12
- {{~#if this.isPodcastEpisode}}
13
- {{~#with this.audioAuthor}}
14
- {{this}}{{#if ../this.airdateDate }}<span class="mx-1">|</span>{{/if}}
15
- {{/with}}
16
- {{~#with this.airdateDate ~}}
17
- <time datetime="{{this.htmlDate}}">{{this.date}}</time>
18
- {{~/with~}}
19
- {{/if}}
20
-
21
2
  {{~#if this.isVideo}}
3
+ {{#if this.copyright }} <span class="mx-1">|</span>{{/if}}
22
4
  {{~#with this.copyright}}
23
5
  {{this}}{{#if ../this.airdateDate }} <span class="mx-1">|</span>{{/if}}
24
6
  {{/with}}
25
-
26
7
  {{~#with this.airdateDate ~}}
27
- {{~#if ../this.airdateWithoutTime ~}}
8
+ {{~#if this.airdateWithoutTime ~}}
28
9
  <time datetime="{{this.htmlDate}}">{{this.date}}</time>
29
10
  {{else}}
30
- <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at"
31
- this.dateSeparatorTime }}</time>
11
+ <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime }}</time>
32
12
  {{~/if~}}
33
13
  {{~/with~}}
34
14
  {{/if}}
35
- </span>
15
+ </span>
@@ -1,35 +1,15 @@
1
1
  <span class='text-xs text-inherit font-headingSerif{{#if _css}} {{_css}}{{/if}}'>
2
- <span class="mx-1">|</span>
3
- {{~#if this.isAudio}}
4
- {{~#with this.audioAuthor}}
5
- {{this}}{{#if ../this.airdateDate }}<span class="mx-1">|</span>{{/if}}
6
- {{/with}}
7
- {{~#with this.airdateDate ~}}
8
- <time datetime="{{this.htmlDate}}">{{this.date}}</time>
9
- {{~/with~}}
10
- {{/if}}
11
-
12
- {{~#if this.isPodcastEpisode}}
13
- {{~#with this.audioAuthor}}
14
- {{this}}{{#if ../this.airdateDate }}<span class="mx-1">|</span>{{/if}}
15
- {{/with}}
16
- {{~#with this.airdateDate ~}}
17
- <time datetime="{{this.htmlDate}}">{{this.date}}</time>
18
- {{~/with~}}
19
- {{/if}}
20
-
21
2
  {{~#if this.isVideo}}
3
+ {{#if this.copyright }} <span class="mx-1">|</span>{{/if}}
22
4
  {{~#with this.copyright}}
23
5
  {{this}}{{#if ../this.airdateDate }} <span class="mx-1">|</span>{{/if}}
24
6
  {{/with}}
25
-
26
7
  {{~#with this.airdateDate ~}}
27
- {{~#if ../this.airdateWithoutTime ~}}
8
+ {{~#if this.airdateWithoutTime ~}}
28
9
  <time datetime="{{this.htmlDate}}">{{this.date}}</time>
29
10
  {{else}}
30
- <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at"
31
- this.dateSeparatorTime }}</time>
11
+ <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime }}</time>
32
12
  {{~/if~}}
33
13
  {{~/with~}}
34
14
  {{/if}}
35
- </span>
15
+ </span>
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.73.0",
9
+ "version": "1.73.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,35 +1,15 @@
1
1
  <span class='text-xs text-inherit font-headingSerif{{#if _css}} {{_css}}{{/if}}'>
2
- <span class="mx-1">|</span>
3
- {{~#if this.isAudio}}
4
- {{~#with this.audioAuthor}}
5
- {{this}}{{#if ../this.airdateDate }}<span class="mx-1">|</span>{{/if}}
6
- {{/with}}
7
- {{~#with this.airdateDate ~}}
8
- <time datetime="{{this.htmlDate}}">{{this.date}}</time>
9
- {{~/with~}}
10
- {{/if}}
11
-
12
- {{~#if this.isPodcastEpisode}}
13
- {{~#with this.audioAuthor}}
14
- {{this}}{{#if ../this.airdateDate }}<span class="mx-1">|</span>{{/if}}
15
- {{/with}}
16
- {{~#with this.airdateDate ~}}
17
- <time datetime="{{this.htmlDate}}">{{this.date}}</time>
18
- {{~/with~}}
19
- {{/if}}
20
-
21
2
  {{~#if this.isVideo}}
3
+ {{#if this.copyright }} <span class="mx-1">|</span>{{/if}}
22
4
  {{~#with this.copyright}}
23
5
  {{this}}{{#if ../this.airdateDate }} <span class="mx-1">|</span>{{/if}}
24
6
  {{/with}}
25
-
26
7
  {{~#with this.airdateDate ~}}
27
- {{~#if ../this.airdateWithoutTime ~}}
8
+ {{~#if this.airdateWithoutTime ~}}
28
9
  <time datetime="{{this.htmlDate}}">{{this.date}}</time>
29
10
  {{else}}
30
- <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at"
31
- this.dateSeparatorTime }}</time>
11
+ <time datetime="{{this.htmlDateTime}}">{{loca "date_simple_at" this.dateSeparatorTime }}</time>
32
12
  {{~/if~}}
33
13
  {{~/with~}}
34
14
  {{/if}}
35
- </span>
15
+ </span>