hr-design-system-handlebars 0.99.2 → 0.99.3

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.3 (Wed Dec 07 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - h-auto instead of fixed height in group/teaserlogic-container [#421](https://github.com/mumprod/hr-design-system-handlebars/pull/421) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v0.99.2 (Wed Dec 07 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -959,15 +959,15 @@ video {
959
959
  .h-2 {
960
960
  height: 0.5rem;
961
961
  }
962
- .h-24 {
963
- height: 6rem;
964
- }
965
962
  .h-12 {
966
963
  height: 3rem;
967
964
  }
968
965
  .h-1 {
969
966
  height: 0.25rem;
970
967
  }
968
+ .h-24 {
969
+ height: 6rem;
970
+ }
971
971
  .max-h-0 {
972
972
  max-height: 0px;
973
973
  }
@@ -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: cnt1670415626751;
2110
+ counter-reset: cnt1670429172774;
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: cnt1670415626751 1;
2468
+ counter-increment: cnt1670429172774 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(cnt1670415626751);
2484
+ content: counter(cnt1670429172774);
2485
2485
  }
2486
2486
  .\[-T\:\+Z\] {
2487
2487
  --t: +Z;
@@ -11,7 +11,7 @@
11
11
  {{/if}}
12
12
 
13
13
  </div>
14
- <div class="h-24 col-span-12 p-2 mx-4 my-0 -mt-10 rounded-tr-none rounded-bl-none md:p-4 bg-blue-accented rounded-3xl">
14
+ <div class="h-auto col-span-12 p-2 mx-4 my-0 -mt-10 rounded-tr-none rounded-bl-none md:p-4 bg-blue-accented rounded-3xl">
15
15
 
16
16
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
17
17
 
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.2",
9
+ "version": "0.99.3",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -11,7 +11,7 @@
11
11
  {{/if}}
12
12
 
13
13
  </div>
14
- <div class="h-24 col-span-12 p-2 mx-4 my-0 -mt-10 rounded-tr-none rounded-bl-none md:p-4 bg-blue-accented rounded-3xl">
14
+ <div class="h-auto col-span-12 p-2 mx-4 my-0 -mt-10 rounded-tr-none rounded-bl-none md:p-4 bg-blue-accented rounded-3xl">
15
15
 
16
16
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
17
17