hr-design-system-handlebars 1.4.0 → 1.4.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,15 @@
1
+ # v1.4.1 (Mon Feb 20 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - use realTeaserSize [#559](https://github.com/mumprod/hr-design-system-handlebars/pull/559) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.4.0 (Mon Feb 20 2023)
2
14
 
3
15
  #### 🚀 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: cnt1676901498141;
2656
+ counter-reset: cnt1676902157164;
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: cnt1676901498141 1;
2890
+ counter-increment: cnt1676902157164 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(cnt1676901498141);
2906
+ content: counter(cnt1676902157164);
2907
2907
  }
2908
2908
  /*! ****************************/
2909
2909
  /*! text-shadow */
@@ -1,4 +1,4 @@
1
- <article class="items-start relative col-span-12 flex md:flex-row gap-y-3 gap-x-4 md:gap-x-6 sm:px-0{{~inline-switch this.teaserSize '["hero","100","50"]' '[" flex-col"," px-5 md:flex-row"," md:col-span-6 px-5 md:flex-row"]'~}}"
1
+ <article class="items-start relative col-span-12 flex md:flex-row gap-y-3 gap-x-4 md:gap-x-6 sm:px-0{{~inline-switch this.realTeaserSize '["hero","100","50"]' '[" flex-col"," px-5"," md:col-span-6 px-5"]'~}}"
2
2
  x-data="{ avStart: false }"
3
3
  {{#if this.isMobile1to1}}
4
4
  :class="avStart ? 'flex-col' : 'flex-row'"
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.4.0",
9
+ "version": "1.4.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -1,4 +1,4 @@
1
- <article class="items-start relative col-span-12 flex md:flex-row gap-y-3 gap-x-4 md:gap-x-6 sm:px-0{{~inline-switch this.teaserSize '["hero","100","50"]' '[" flex-col"," px-5 md:flex-row"," md:col-span-6 px-5 md:flex-row"]'~}}"
1
+ <article class="items-start relative col-span-12 flex md:flex-row gap-y-3 gap-x-4 md:gap-x-6 sm:px-0{{~inline-switch this.realTeaserSize '["hero","100","50"]' '[" flex-col"," px-5"," md:col-span-6 px-5"]'~}}"
2
2
  x-data="{ avStart: false }"
3
3
  {{#if this.isMobile1to1}}
4
4
  :class="avStart ? 'flex-col' : 'flex-row'"