hr-design-system-handlebars 1.5.0 → 1.5.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.5.1 (Tue Feb 21 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Bugfix: Externer-Link-Icon bricht in neue Zeile um [#549](https://github.com/mumprod/hr-design-system-handlebars/pull/549) (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.5.0 (Tue Feb 21 2023)
2
15
 
3
16
  #### 🚀 Enhancement
@@ -2653,7 +2653,7 @@ video {
2653
2653
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2654
2654
  }
2655
2655
  .counter-reset {
2656
- counter-reset: cnt1676966967078;
2656
+ counter-reset: cnt1676973448892;
2657
2657
  }
2658
2658
  .line-clamp-4 {
2659
2659
  overflow: hidden;
@@ -2887,7 +2887,7 @@ video {
2887
2887
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2888
2888
  }
2889
2889
  .-ordered {
2890
- counter-increment: cnt1676966967078 1;
2890
+ counter-increment: cnt1676973448892 1;
2891
2891
  }
2892
2892
  .-ordered::before {
2893
2893
  position: absolute;
@@ -2903,7 +2903,7 @@ video {
2903
2903
  letter-spacing: .0125em;
2904
2904
  --tw-text-opacity: 1;
2905
2905
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2906
- content: counter(cnt1676966967078);
2906
+ content: counter(cnt1676973448892);
2907
2907
  }
2908
2908
  /*! ****************************/
2909
2909
  /*! text-shadow */
@@ -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="inline-flex flex-wrap 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="w-5 h-5 fill-current ml-1"}}{{/if~}}</span>
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>
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.0",
9
+ "version": "1.5.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -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="inline-flex flex-wrap 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="w-5 h-5 fill-current ml-1"}}{{/if~}}</span>
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>
8
8
  {{/decorator}}
9
9
  {{/if}}
10
10
  </div>