hr-design-system-handlebars 1.77.8 → 1.77.9

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,16 @@
1
+ # v1.77.9 (Mon Jul 08 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fix: Caption of the cover image [#987](https://github.com/mumprod/hr-design-system-handlebars/pull/987) (saad.elbaciri@hr.de [@selbaciri](https://github.com/selbaciri))
6
+
7
+ #### Authors: 2
8
+
9
+ - Saad El Baciri ([@selbaciri](https://github.com/selbaciri))
10
+ - selbaciri (saad.elbaciri@hr.de)
11
+
12
+ ---
13
+
1
14
  # v1.77.8 (Mon Jul 08 2024)
2
15
 
3
16
  #### 🐛 Bug Fix
@@ -3392,7 +3392,7 @@ article.indexTextDS .indexTextHighlighted .link {
3392
3392
  border-bottom-color: var(--color-secondary-ds);
3393
3393
  }
3394
3394
  .counter-reset {
3395
- counter-reset: cnt1720433430087;
3395
+ counter-reset: cnt1720440470305;
3396
3396
  }
3397
3397
  .hyphens-auto {
3398
3398
  -webkit-hyphens: auto;
@@ -3790,7 +3790,7 @@ article.indexTextDS .indexTextHighlighted .link {
3790
3790
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3791
3791
  }
3792
3792
  .-ordered {
3793
- counter-increment: cnt1720433430087 1;
3793
+ counter-increment: cnt1720440470305 1;
3794
3794
  }
3795
3795
  .-ordered::before {
3796
3796
  position: absolute;
@@ -3806,7 +3806,7 @@ article.indexTextDS .indexTextHighlighted .link {
3806
3806
  letter-spacing: .0125em;
3807
3807
  --tw-text-opacity: 1;
3808
3808
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3809
- content: counter(cnt1720433430087);
3809
+ content: counter(cnt1720440470305);
3810
3810
  }
3811
3811
  /*! ****************************/
3812
3812
  /*! DataPolicy stuff */
@@ -7574,10 +7574,6 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
7574
7574
  padding-left: 1rem;
7575
7575
  }
7576
7576
 
7577
- .lg\:pl-\[108px\] {
7578
- padding-left: 108px;
7579
- }
7580
-
7581
7577
  .lg\:pr-0 {
7582
7578
  padding-right: 0px;
7583
7579
  }
@@ -7590,10 +7586,6 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
7590
7586
  padding-right: 12rem;
7591
7587
  }
7592
7588
 
7593
- .lg\:pr-5 {
7594
- padding-right: 1.25rem;
7595
- }
7596
-
7597
7589
  .lg\:pt-1 {
7598
7590
  padding-top: 0.25rem;
7599
7591
  }
@@ -11,7 +11,7 @@
11
11
  {{#if this.isImage}}
12
12
  {{> components/content/copytext/components/image/figure
13
13
  _cssClass="article-full-width md:article-breakout mt-6 sm480:mt-7 "
14
- _cssClassCaption="mx-5 md:mx-0 lg:pl-[108px] lg:pr-5"
14
+ _cssClassCaption="mx-5 md:mx-0"
15
15
  _type="story"
16
16
  _variant=(if this.showSquareImage.isTrue "100-top-sb-1x1" "100-top-sb")
17
17
  _pictureAddClass=(if this.showSquareImage.isTrue "grid ar-1-1 md:ar-16-9" "ar-16-9")
@@ -11,7 +11,7 @@
11
11
  {{#if this.isImage}}
12
12
  {{> components/content/copytext/components/image/figure
13
13
  _cssClass="article-full-width md:article-breakout mt-6 sm480:mt-7 "
14
- _cssClassCaption="mx-5 md:mx-0 lg:pl-[108px] lg:pr-5"
14
+ _cssClassCaption="mx-5 md:mx-0"
15
15
  _type="story"
16
16
  _variant=(if this.showSquareImage.isTrue "100-top-sb-1x1" "100-top-sb")
17
17
  _pictureAddClass=(if this.showSquareImage.isTrue "grid ar-1-1 md:ar-16-9" "ar-16-9")
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.77.8",
9
+ "version": "1.77.9",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -11,7 +11,7 @@
11
11
  {{#if this.isImage}}
12
12
  {{> components/content/copytext/components/image/figure
13
13
  _cssClass="article-full-width md:article-breakout mt-6 sm480:mt-7 "
14
- _cssClassCaption="mx-5 md:mx-0 lg:pl-[108px] lg:pr-5"
14
+ _cssClassCaption="mx-5 md:mx-0"
15
15
  _type="story"
16
16
  _variant=(if this.showSquareImage.isTrue "100-top-sb-1x1" "100-top-sb")
17
17
  _pictureAddClass=(if this.showSquareImage.isTrue "grid ar-1-1 md:ar-16-9" "ar-16-9")