hr-design-system-handlebars 0.116.3 → 0.116.5

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,29 @@
1
+ # v0.116.5 (Tue Jan 10 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - DPE-1994 [#464](https://github.com/mumprod/hr-design-system-handlebars/pull/464) (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
+
14
+ # v0.116.4 (Tue Jan 10 2023)
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - Words in byline get wrapped when the word is too long for the line. [#463](https://github.com/mumprod/hr-design-system-handlebars/pull/463) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
19
+
20
+ #### Authors: 2
21
+
22
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
23
+ - selbaciri (saad.elbaciri@hr.de)
24
+
25
+ ---
26
+
1
27
  # v0.116.3 (Mon Jan 09 2023)
2
28
 
3
29
  #### 🐛 Bug Fix
@@ -2227,7 +2227,7 @@ video {
2227
2227
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2228
2228
  }
2229
2229
  .counter-reset {
2230
- counter-reset: cnt1673274300279;
2230
+ counter-reset: cnt1673355325886;
2231
2231
  }
2232
2232
  .line-clamp-4 {
2233
2233
  overflow: hidden;
@@ -2459,7 +2459,7 @@ video {
2459
2459
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2460
2460
  }
2461
2461
  .-ordered {
2462
- counter-increment: cnt1673274300279 1;
2462
+ counter-increment: cnt1673355325886 1;
2463
2463
  }
2464
2464
  .-ordered::before {
2465
2465
  position: absolute;
@@ -2475,7 +2475,7 @@ video {
2475
2475
  letter-spacing: .0125em;
2476
2476
  --tw-text-opacity: 1;
2477
2477
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2478
- content: counter(cnt1673274300279);
2478
+ content: counter(cnt1673355325886);
2479
2479
  }
2480
2480
  /*! ****************************/
2481
2481
  /*! text-shadow */
@@ -7,7 +7,7 @@
7
7
  {{~#if this.showFirstImage}}
8
8
  {{~#with this.firstEntry~}}
9
9
  {{~#if this.teaserImage}}
10
- <div class="px-0 pb-3 pb {{~inline-switch ../this.teaserSize '["100"]' '[" md:pl-5 md:basis-1/2 lg:basis-1/3"]'}}">
10
+ <div class="px-0 pb-3 {{~inline-switch ../this.teaserSize '["100"]' '[" md:pl-5 md:basis-1/2 lg:basis-1/3"]'}}">
11
11
  {{~> components/base/image/responsive_image this.teaserImage _type=../this.teaserType _variant=../this.imageVariant _addClass=../this.aspectRatio _addClassImg="w-full" ~}}
12
12
  <div class="mx-5 mt-3 {{~inline-switch ../this.teaserSize '["100"]' '[" md:mx-0"]'}}">
13
13
  {{> components/teaser/cluster/teaser_cluster_item _size=../this.teaserSize _ordered=../this.isOrdered _firstItem=true}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.hasByline}}
2
- <p class="mt-2 text-xs text-grey-scorpion font-headingSerif empty:hidden">
2
+ <p class="mt-2 text-xs text-grey-scorpion font-headingSerif empty:hidden overflow-anywhere hyphens-auto">
3
3
  {{!--Teaser-Info--}}
4
4
  {{~#with this.teaserInfo~}}
5
5
  {{~#if this.showTeaserInfo~}}
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": "0.116.3",
9
+ "version": "0.116.5",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -7,7 +7,7 @@
7
7
  {{~#if this.showFirstImage}}
8
8
  {{~#with this.firstEntry~}}
9
9
  {{~#if this.teaserImage}}
10
- <div class="px-0 pb-3 pb {{~inline-switch ../this.teaserSize '["100"]' '[" md:pl-5 md:basis-1/2 lg:basis-1/3"]'}}">
10
+ <div class="px-0 pb-3 {{~inline-switch ../this.teaserSize '["100"]' '[" md:pl-5 md:basis-1/2 lg:basis-1/3"]'}}">
11
11
  {{~> components/base/image/responsive_image this.teaserImage _type=../this.teaserType _variant=../this.imageVariant _addClass=../this.aspectRatio _addClassImg="w-full" ~}}
12
12
  <div class="mx-5 mt-3 {{~inline-switch ../this.teaserSize '["100"]' '[" md:mx-0"]'}}">
13
13
  {{> components/teaser/cluster/teaser_cluster_item _size=../this.teaserSize _ordered=../this.isOrdered _firstItem=true}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.hasByline}}
2
- <p class="mt-2 text-xs text-grey-scorpion font-headingSerif empty:hidden">
2
+ <p class="mt-2 text-xs text-grey-scorpion font-headingSerif empty:hidden overflow-anywhere hyphens-auto">
3
3
  {{!--Teaser-Info--}}
4
4
  {{~#with this.teaserInfo~}}
5
5
  {{~#if this.showTeaserInfo~}}