hr-design-system-handlebars 0.116.3 → 0.116.4

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
+ # v0.116.4 (Tue Jan 10 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - 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))
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
  # v0.116.3 (Mon Jan 09 2023)
2
15
 
3
16
  #### 🐛 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: cnt1673354861931;
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: cnt1673354861931 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(cnt1673354861931);
2479
2479
  }
2480
2480
  /*! ****************************/
2481
2481
  /*! text-shadow */
@@ -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.4",
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
  {{#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~}}