hr-design-system-handlebars 1.52.13 → 1.52.14

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.52.14 (Thu Jan 25 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Dpe 2802 podcast episoden teaser nicht verlinkt [#816](https://github.com/mumprod/hr-design-system-handlebars/pull/816) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.52.13 (Wed Jan 24 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3261,7 +3261,7 @@ a.link {
3261
3261
  border-bottom-color: var(--color-secondary-ds);
3262
3262
  }
3263
3263
  .counter-reset {
3264
- counter-reset: cnt1706103702650;
3264
+ counter-reset: cnt1706189114920;
3265
3265
  }
3266
3266
  .hyphens-auto {
3267
3267
  -webkit-hyphens: auto;
@@ -3563,7 +3563,7 @@ a.link {
3563
3563
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3564
3564
  }
3565
3565
  .-ordered {
3566
- counter-increment: cnt1706103702650 1;
3566
+ counter-increment: cnt1706189114920 1;
3567
3567
  }
3568
3568
  .-ordered::before {
3569
3569
  position: absolute;
@@ -3579,7 +3579,7 @@ a.link {
3579
3579
  letter-spacing: .0125em;
3580
3580
  --tw-text-opacity: 1;
3581
3581
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3582
- content: counter(cnt1706103702650);
3582
+ content: counter(cnt1706189114920);
3583
3583
  }
3584
3584
  /*! ****************************/
3585
3585
  /*! DataPolicy stuff */
@@ -1,13 +1,6 @@
1
- {{#if this.isSingleChannel}}
2
- {{#>components/base/link _link=this.link _css="group ds-link font-title text-base mt-2.5 text-podcast-text dark:text-podcast-text-dark"}}
3
- <span class="mt-0.5 group-hover:underline {{#if ../../_ordered-adjust_context}} pl-8 {{/if}}line-clamp-4 {{inline-switch ../../_teaserSize-adjust_context '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
4
- {{~../../_title-adjust_context~}}
5
- </span>
6
- {{/components/base/link}}
7
- {{else}}
8
- <div class="font-title text-base mt-2.5 text-podcast-text dark:text-podcast-text-dark">
9
- <span class="mt-0.5 {{#if _ordered}} pl-8 {{/if}}line-clamp-4 {{inline-switch _teaserSize '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg","text-base md:text-2xl lg:line-clamp-2"]' ~}}">
10
- {{~_title~}}
11
- </span>
12
- </div>
13
- {{/if}}
1
+
2
+ {{#>components/base/link _link=this.link _css="group ds-link font-title text-base mt-2.5 text-podcast-text dark:text-podcast-text-dark"}}
3
+ <span class="mt-0.5 group-hover:underline {{#if ../../_ordered-adjust_context}} pl-8 {{/if}}line-clamp-4 {{inline-switch ../../_teaserSize-adjust_context '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
4
+ {{~../../_title-adjust_context~}}
5
+ </span>
6
+ {{/components/base/link}}
@@ -1,13 +1,6 @@
1
- {{#if this.isSingleChannel}}
2
- {{#>components/base/link _link=this.link _css="group ds-link font-title text-base mt-2.5 text-podcast-text dark:text-podcast-text-dark"}}
3
- <span class="mt-0.5 group-hover:underline {{#if _ordered}} pl-8 {{/if}}line-clamp-4 {{inline-switch _teaserSize '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
4
- {{~_title~}}
5
- </span>
6
- {{/components/base/link}}
7
- {{else}}
8
- <div class="font-title text-base mt-2.5 text-podcast-text dark:text-podcast-text-dark">
9
- <span class="mt-0.5 {{#if _ordered}} pl-8 {{/if}}line-clamp-4 {{inline-switch _teaserSize '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg","text-base md:text-2xl lg:line-clamp-2"]' ~}}">
10
- {{~_title~}}
11
- </span>
12
- </div>
13
- {{/if}}
1
+
2
+ {{#>components/base/link _link=this.link _css="group ds-link font-title text-base mt-2.5 text-podcast-text dark:text-podcast-text-dark"}}
3
+ <span class="mt-0.5 group-hover:underline {{#if _ordered}} pl-8 {{/if}}line-clamp-4 {{inline-switch _teaserSize '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
4
+ {{~_title~}}
5
+ </span>
6
+ {{/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.52.13",
9
+ "version": "1.52.14",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,13 +1,6 @@
1
- {{#if this.isSingleChannel}}
2
- {{#>components/base/link _link=this.link _css="group ds-link font-title text-base mt-2.5 text-podcast-text dark:text-podcast-text-dark"}}
3
- <span class="mt-0.5 group-hover:underline {{#if _ordered-adjust_context}} pl-8 {{/if}}line-clamp-4 {{inline-switch _teaserSize-adjust_context '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
4
- {{~_title-adjust_context~}}
5
- </span>
6
- {{/components/base/link}}
7
- {{else}}
8
- <div class="font-title text-base mt-2.5 text-podcast-text dark:text-podcast-text-dark">
9
- <span class="mt-0.5 {{#if _ordered}} pl-8 {{/if}}line-clamp-4 {{inline-switch _teaserSize '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg","text-base md:text-2xl lg:line-clamp-2"]' ~}}">
10
- {{~_title~}}
11
- </span>
12
- </div>
13
- {{/if}}
1
+
2
+ {{#>components/base/link _link=this.link _css="group ds-link font-title text-base mt-2.5 text-podcast-text dark:text-podcast-text-dark"}}
3
+ <span class="mt-0.5 group-hover:underline {{#if _ordered-adjust_context}} pl-8 {{/if}}line-clamp-4 {{inline-switch _teaserSize-adjust_context '["hero","100","50"]''["text-base md:text-2xl lg:line-clamp-2","text-base md:text-2xl lg:line-clamp-2","text-base md:text-lg"]' ~}}">
4
+ {{~_title-adjust_context~}}
5
+ </span>
6
+ {{/components/base/link}}