hr-design-system-handlebars 1.5.10 โ†’ 1.5.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.5.12 (Thu Feb 23 2023)
2
+
3
+ #### ๐Ÿ› Bug Fix
4
+
5
+ - DPE-2141 Teaser: Link-Icon hรคngt in neuer Zeile [#572](https://github.com/mumprod/hr-design-system-handlebars/pull/572) ([@Sunny1112358](https://github.com/Sunny1112358))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@Sunny1112358](https://github.com/Sunny1112358)
10
+
11
+ ---
12
+
13
+ # v1.5.11 (Wed Feb 22 2023)
14
+
15
+ #### ๐Ÿ› Bug Fix
16
+
17
+ - Titel bricht um, wenn man Video startet bei 25% Teasern [#571](https://github.com/mumprod/hr-design-system-handlebars/pull/571) ([@vascoeduardo](https://github.com/vascoeduardo))
18
+
19
+ #### Authors: 1
20
+
21
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
22
+
23
+ ---
24
+
1
25
  # v1.5.10 (Wed Feb 22 2023)
2
26
 
3
27
  #### ๐Ÿ› Bug Fix
@@ -2657,7 +2657,7 @@ video {
2657
2657
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2658
2658
  }
2659
2659
  .counter-reset {
2660
- counter-reset: cnt1677064263675;
2660
+ counter-reset: cnt1677149358673;
2661
2661
  }
2662
2662
  .line-clamp-4 {
2663
2663
  overflow: hidden;
@@ -2891,7 +2891,7 @@ video {
2891
2891
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2892
2892
  }
2893
2893
  .-ordered {
2894
- counter-increment: cnt1677064263675 1;
2894
+ counter-increment: cnt1677149358673 1;
2895
2895
  }
2896
2896
  .-ordered::before {
2897
2897
  position: absolute;
@@ -2907,7 +2907,7 @@ video {
2907
2907
  letter-spacing: .0125em;
2908
2908
  --tw-text-opacity: 1;
2909
2909
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2910
- content: counter(cnt1677064263675);
2910
+ content: counter(cnt1677149358673);
2911
2911
  }
2912
2912
  /*! ****************************/
2913
2913
  /*! text-shadow */
@@ -4586,14 +4586,14 @@ video {
4586
4586
  padding-right: 1.25rem;
4587
4587
  }
4588
4588
 
4589
- .md\:pt-5 {
4590
- padding-top: 1.25rem;
4591
- }
4592
-
4593
4589
  .md\:pr-0 {
4594
4590
  padding-right: 0px;
4595
4591
  }
4596
4592
 
4593
+ .md\:pt-5 {
4594
+ padding-top: 1.25rem;
4595
+ }
4596
+
4597
4597
  .md\:pt-7 {
4598
4598
  padding-top: 1.75rem;
4599
4599
  }
@@ -1,5 +1,5 @@
1
1
  <div class="{{#if _outerCssClasses}} {{_outerCssClasses}}{{/if}}"
2
- {{~#if this.isMobile1to1}}:class="{'basis-full w-full pr-10':avStart,'basis-3/5 w-3/5':!avStart}"{{/if}}>
2
+ {{~#if this.isMobile1to1}}:class="{'basis-full w-full md:pr-0 pr-10':avStart,'basis-3/5 w-3/5':!avStart}"{{/if}}>
3
3
 
4
4
 
5
5
  {{#> components/teaser/components/teaser_header _css=(if this.isMobile1to1 "" "px-5 sm:px-0")}}
@@ -4,7 +4,7 @@
4
4
  </span>
5
5
  {{#if this.isExtOrBrandLink}}
6
6
  {{#decorator 'components/base/link' _css="relative inline text-link z-20 ds-focus"}}
7
- <span class="hover:underline decoration-1 font-copy">{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="inline -mt-0.5 w-5 h-5 fill-current ml-1"}}{{/if~}}</span>
7
+ <span class="block hover:underline decoration-1 font-copy">{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="inline -mt-0.5 w-5 h-5 fill-current ml-1"}}{{/if~}}</span>
8
8
  {{/decorator}}
9
9
  {{/if}}
10
10
  </div>
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.5.10",
9
+ "version": "1.5.12",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -1,5 +1,5 @@
1
1
  <div class="{{#if _outerCssClasses}} {{_outerCssClasses}}{{/if}}"
2
- {{~#if this.isMobile1to1}}:class="{'basis-full w-full pr-10':avStart,'basis-3/5 w-3/5':!avStart}"{{/if}}>
2
+ {{~#if this.isMobile1to1}}:class="{'basis-full w-full md:pr-0 pr-10':avStart,'basis-3/5 w-3/5':!avStart}"{{/if}}>
3
3
 
4
4
 
5
5
  {{#> components/teaser/components/teaser_header _css=(if this.isMobile1to1 "" "px-5 sm:px-0")}}
@@ -4,7 +4,7 @@
4
4
  </span>
5
5
  {{#if this.isExtOrBrandLink}}
6
6
  {{#decorator 'components/base/link' _css="relative inline text-link z-20 ds-focus"}}
7
- <span class="hover:underline decoration-1 font-copy">{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="inline -mt-0.5 w-5 h-5 fill-current ml-1"}}{{/if~}}</span>
7
+ <span class="block hover:underline decoration-1 font-copy">{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="inline -mt-0.5 w-5 h-5 fill-current ml-1"}}{{/if~}}</span>
8
8
  {{/decorator}}
9
9
  {{/if}}
10
10
  </div>