hr-design-system-handlebars 0.117.3 → 0.117.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,15 @@
1
+ # v0.117.4 (Wed Jan 11 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - DPE-2002 - Fehler bei Akzentuiergruppen [#468](https://github.com/mumprod/hr-design-system-handlebars/pull/468) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v0.117.3 (Wed Jan 11 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2231,7 +2231,7 @@ video {
2231
2231
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2232
2232
  }
2233
2233
  .counter-reset {
2234
- counter-reset: cnt1673448379749;
2234
+ counter-reset: cnt1673459250065;
2235
2235
  }
2236
2236
  .line-clamp-4 {
2237
2237
  overflow: hidden;
@@ -2463,7 +2463,7 @@ video {
2463
2463
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2464
2464
  }
2465
2465
  .-ordered {
2466
- counter-increment: cnt1673448379749 1;
2466
+ counter-increment: cnt1673459250065 1;
2467
2467
  }
2468
2468
  .-ordered::before {
2469
2469
  position: absolute;
@@ -2479,7 +2479,7 @@ video {
2479
2479
  letter-spacing: .0125em;
2480
2480
  --tw-text-opacity: 1;
2481
2481
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2482
- content: counter(cnt1673448379749);
2482
+ content: counter(cnt1673459250065);
2483
2483
  }
2484
2484
  /*! ****************************/
2485
2485
  /*! text-shadow */
@@ -1,6 +1,5 @@
1
- {{#>components/grid/grid_group size=this.teaserSize _backgroundColor=this.backgroundColor }}
2
-
3
- <div class="h-auto p-8 mx-4 rounded-tr-none rounded-bl-none bg-highlight-1 rounded-3xl col-span-full {{inline-switch size '["100","50"]' '["","md:col-span-6"]'}}">
1
+ {{#>components/grid/grid_group size=this.teaserSize }}
2
+ <div class="grid items-start content-start h-auto grid-cols-12 col-span-12 p-8 rounded-tr-none rounded-bl-none bg-highlight-1 rounded-3xl gap-x-6 gap-y-5">
4
3
  {{~#if this.hasGroupTitle}}
5
4
  <h2 class="text-2xl md:text-4xl col-span-full pt-0 pb-4 font-title {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
6
5
  {{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-blue-science" href="{{this.link.url}}">{{/if~}}
@@ -10,6 +9,4 @@
10
9
  {{/if}}
11
10
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
12
11
  </div>
13
-
14
-
15
12
  {{/components/grid/grid_group}}
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.117.3",
9
+ "version": "0.117.4",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",
@@ -1,6 +1,5 @@
1
- {{#>components/grid/grid_group size=this.teaserSize _backgroundColor=this.backgroundColor }}
2
-
3
- <div class="h-auto p-8 mx-4 rounded-tr-none rounded-bl-none bg-highlight-1 rounded-3xl col-span-full {{inline-switch size '["100","50"]' '["","md:col-span-6"]'}}">
1
+ {{#>components/grid/grid_group size=this.teaserSize }}
2
+ <div class="grid items-start content-start h-auto grid-cols-12 col-span-12 p-8 rounded-tr-none rounded-bl-none bg-highlight-1 rounded-3xl gap-x-6 gap-y-5">
4
3
  {{~#if this.hasGroupTitle}}
5
4
  <h2 class="text-2xl md:text-4xl col-span-full pt-0 pb-4 font-title {{#if this.backgroundColor}} text-center{{else}} headline-barrier{{/if}}">
6
5
  {{~#if this.hasLink}}<a class="no-underline hover:underline decoration-1 md:decoration-2 text-blue-science" href="{{this.link.url}}">{{/if~}}
@@ -10,6 +9,4 @@
10
9
  {{/if}}
11
10
  {{~> components/teaser/teaser_logic/teaser_logic ~}}
12
11
  </div>
13
-
14
-
15
12
  {{/components/grid/grid_group}}