hr-design-system-handlebars 1.26.0 → 1.26.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,15 @@
1
+ # v1.26.1 (Mon Jun 05 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - add adjust_context to title [#647](https://github.com/mumprod/hr-design-system-handlebars/pull/647) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.26.0 (Wed May 24 2023)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -2732,7 +2732,7 @@ video {
2732
2732
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2733
2733
  }
2734
2734
  .counter-reset {
2735
- counter-reset: cnt1684934652046;
2735
+ counter-reset: cnt1685972919792;
2736
2736
  }
2737
2737
  .hyphens-auto {
2738
2738
  -webkit-hyphens: auto;
@@ -2968,7 +2968,7 @@ video {
2968
2968
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2969
2969
  }
2970
2970
  .-ordered {
2971
- counter-increment: cnt1684934652046 1;
2971
+ counter-increment: cnt1685972919792 1;
2972
2972
  }
2973
2973
  .-ordered::before {
2974
2974
  position: absolute;
@@ -2984,7 +2984,7 @@ video {
2984
2984
  letter-spacing: .0125em;
2985
2985
  --tw-text-opacity: 1;
2986
2986
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2987
- content: counter(cnt1684934652046);
2987
+ content: counter(cnt1685972919792);
2988
2988
  }
2989
2989
  /*! ****************************/
2990
2990
  /*! text-shadow */
@@ -1,7 +1,7 @@
1
1
  {{#if this.isSingleChannel}}
2
2
  {{#>components/base/link _link=this.link _css="group ds-link font-title text-base mt-2.5 text-podcast-text"}}
3
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~}}
4
+ {{~../../_title-adjust_context~}}
5
5
  </span>
6
6
  {{/components/base/link}}
7
7
  {{else}}
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.26.0",
9
+ "version": "1.26.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,7 +1,7 @@
1
1
  {{#if this.isSingleChannel}}
2
2
  {{#>components/base/link _link=this.link _css="group ds-link font-title text-base mt-2.5 text-podcast-text"}}
3
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~}}
4
+ {{~_title-adjust_context~}}
5
5
  </span>
6
6
  {{/components/base/link}}
7
7
  {{else}}