hr-design-system-handlebars 0.99.4 → 0.99.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,15 @@
1
+ # v0.99.5 (Thu Dec 08 2022)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - BUGFIX: Fix wrong teaser name ([@mariokinzel](https://github.com/mariokinzel))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@mariokinzel](https://github.com/mariokinzel)
10
+
11
+ ---
12
+
1
13
  # v0.99.4 (Wed Dec 07 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2107,7 +2107,7 @@ video {
2107
2107
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2108
2108
  }
2109
2109
  .counter-reset {
2110
- counter-reset: cnt1670432695998;
2110
+ counter-reset: cnt1670499414137;
2111
2111
  }
2112
2112
  .line-clamp-4 {
2113
2113
  overflow: hidden;
@@ -2465,7 +2465,7 @@ video {
2465
2465
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2466
2466
  }
2467
2467
  .-ordered {
2468
- counter-increment: cnt1670432695998 1;
2468
+ counter-increment: cnt1670499414137 1;
2469
2469
  }
2470
2470
  .-ordered::before {
2471
2471
  position: absolute;
@@ -2481,7 +2481,7 @@ video {
2481
2481
  letter-spacing: .0125em;
2482
2482
  --tw-text-opacity: 1;
2483
2483
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2484
- content: counter(cnt1670432695998);
2484
+ content: counter(cnt1670499414137);
2485
2485
  }
2486
2486
  .\[-T\:\+Z\] {
2487
2487
  --t: +Z;
@@ -20,7 +20,7 @@
20
20
  {{#case "components/teaser/teaser_standard"}}
21
21
  {{> components/teaser/teaser_standard}}
22
22
  {{/case}}
23
- {{#case "components/teaser/teaser_alternative"}}
23
+ {{#case "components/teaser/teaser_alternativ"}}
24
24
  {{> components/teaser/teaser_alternativ}}
25
25
  {{/case}}
26
26
  {{#case "components/teaser/components/teaser_comments"}}
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.99.4",
9
+ "version": "0.99.5",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -20,7 +20,7 @@
20
20
  {{#case "components/teaser/teaser_standard"}}
21
21
  {{> components/teaser/teaser_standard}}
22
22
  {{/case}}
23
- {{#case "components/teaser/teaser_alternative"}}
23
+ {{#case "components/teaser/teaser_alternativ"}}
24
24
  {{> components/teaser/teaser_alternativ}}
25
25
  {{/case}}
26
26
  {{#case "components/teaser/components/teaser_comments"}}