hr-design-system-handlebars 1.1.15 → 1.1.16

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.1.16 (Fri Feb 17 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - changes md: to sm: in artice class [#554](https://github.com/mumprod/hr-design-system-handlebars/pull/554) ([@StefanVesper](https://github.com/StefanVesper))
6
+
7
+ #### Authors: 1
8
+
9
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
10
+
11
+ ---
12
+
1
13
  # v1.1.15 (Fri Feb 17 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -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: cnt1676633279214;
2656
+ counter-reset: cnt1676634351449;
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: cnt1676633279214 1;
2890
+ counter-increment: cnt1676634351449 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(cnt1676633279214);
2906
+ content: counter(cnt1676634351449);
2907
2907
  }
2908
2908
  /*! ****************************/
2909
2909
  /*! text-shadow */
@@ -1,4 +1,4 @@
1
- <article class="mx-5 md:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
1
+ <article class="mx-5 sm:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
2
2
  <div class="">
3
3
  <h2 class="flex items-center px-5 py-5 text-clusterTeaserHeadline">
4
4
  {{#if this.teaserLogo}}
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.1.15",
9
+ "version": "1.1.16",
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="mx-5 md:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
1
+ <article class="mx-5 sm:mx-0 col-span-12 grid bg-highlight-1 rounded-tl-hr rounded-br-hr{{~inline-switch this.teaserSize '["25","33","50"]' '[" md:col-span-3"," md:col-span-4"," md:col-span-6",""]'}} ">
2
2
  <div class="">
3
3
  <h2 class="flex items-center px-5 py-5 text-clusterTeaserHeadline">
4
4
  {{#if this.teaserLogo}}