hr-design-system-handlebars 1.114.54 → 1.114.56

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,27 @@
1
+ # v1.114.56 (Thu Jan 16 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - After rollback fixed version of aspect ratio [#1205](https://github.com/mumprod/hr-design-system-handlebars/pull/1205) ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@Paul-Atreidis](https://github.com/Paul-Atreidis)
10
+
11
+ ---
12
+
13
+ # v1.114.55 (Tue Jan 14 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Roll-back image aspectRatio [#1204](https://github.com/mumprod/hr-design-system-handlebars/pull/1204) ([@Paul-Atreidis](https://github.com/Paul-Atreidis))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@Paul-Atreidis](https://github.com/Paul-Atreidis)
22
+
23
+ ---
24
+
1
25
  # v1.114.54 (Mon Jan 13 2025)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -3711,7 +3711,7 @@ article #commentList {
3711
3711
  border-bottom-color: var(--color-secondary-ds);
3712
3712
  }
3713
3713
  .counter-reset {
3714
- counter-reset: cnt1736772647121;
3714
+ counter-reset: cnt1737026693762;
3715
3715
  }
3716
3716
  html { scroll-behavior: smooth; }
3717
3717
  .placeholder-text-xs::-webkit-input-placeholder {
@@ -4126,7 +4126,7 @@ html { scroll-behavior: smooth; }
4126
4126
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4127
4127
  }
4128
4128
  .-ordered {
4129
- counter-increment: cnt1736772647121 1;
4129
+ counter-increment: cnt1737026693762 1;
4130
4130
  }
4131
4131
  .-ordered::before {
4132
4132
  position: absolute;
@@ -4144,7 +4144,7 @@ html { scroll-behavior: smooth; }
4144
4144
  --tw-text-opacity: 1;
4145
4145
  color: rgba(0, 0, 0, 1);
4146
4146
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4147
- content: counter(cnt1736772647121);
4147
+ content: counter(cnt1737026693762);
4148
4148
  }
4149
4149
  /*! ****************************/
4150
4150
  /*! DataPolicy stuff */
@@ -1,4 +1,4 @@
1
- {{~#switch this.aspecRatio~}}
1
+ {{~#switch this.aspectRatio~}}
2
2
  {{~#case '16toX'~}}
3
3
  {{#if this.showFullSize.isTrue }}
4
4
  {{> components/content/copytext/components/image/figure
@@ -43,16 +43,16 @@
43
43
  _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
44
44
  _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
45
45
  _type="story"
46
- _variant="100-copytext"
47
- _pictureAddClass="ar-1-1"
46
+ _variant="100-copytext-squared"
47
+ _noAr="true"
48
48
  _isWebview=_isWebview}}
49
49
  {{else}}
50
50
  {{> components/content/copytext/components/image/figure
51
51
  _cssClass="hrds-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
52
52
  _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
53
53
  _type="story"
54
- _variant="copytext"
55
- _pictureAddClass="ar-1-1"
54
+ _variant="copytext-squared"
55
+ _noAr="true"
56
56
  _isWebview=_isWebview}}
57
57
  {{/if}}
58
58
  {{~/case~}}
@@ -1,4 +1,4 @@
1
- {{~#switch this.aspecRatio~}}
1
+ {{~#switch this.aspectRatio~}}
2
2
  {{~#case '16toX'~}}
3
3
  {{#if this.showFullSize.isTrue }}
4
4
  {{> components/content/copytext/components/image/figure
@@ -43,16 +43,16 @@
43
43
  _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
44
44
  _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
45
45
  _type="story"
46
- _variant="100-copytext"
47
- _pictureAddClass="ar-1-1"
46
+ _variant="100-copytext-squared"
47
+ _noAr="true"
48
48
  _isWebview=_isWebview}}
49
49
  {{else}}
50
50
  {{> components/content/copytext/components/image/figure
51
51
  _cssClass="hrds-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
52
52
  _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
53
53
  _type="story"
54
- _variant="copytext"
55
- _pictureAddClass="ar-1-1"
54
+ _variant="copytext-squared"
55
+ _noAr="true"
56
56
  _isWebview=_isWebview}}
57
57
  {{/if}}
58
58
  {{~/case~}}
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.114.54",
9
+ "version": "1.114.56",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,4 +1,4 @@
1
- {{~#switch this.aspecRatio~}}
1
+ {{~#switch this.aspectRatio~}}
2
2
  {{~#case '16toX'~}}
3
3
  {{#if this.showFullSize.isTrue }}
4
4
  {{> components/content/copytext/components/image/figure
@@ -43,16 +43,16 @@
43
43
  _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
44
44
  _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
45
45
  _type="story"
46
- _variant="100-copytext"
47
- _pictureAddClass="ar-1-1"
46
+ _variant="100-copytext-squared"
47
+ _noAr="true"
48
48
  _isWebview=_isWebview}}
49
49
  {{else}}
50
50
  {{> components/content/copytext/components/image/figure
51
51
  _cssClass="hrds-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
52
52
  _cssClassCaption=(if _isTickerCopytext "" "mx-5 sm:mx-0" )
53
53
  _type="story"
54
- _variant="copytext"
55
- _pictureAddClass="ar-1-1"
54
+ _variant="copytext-squared"
55
+ _noAr="true"
56
56
  _isWebview=_isWebview}}
57
57
  {{/if}}
58
58
  {{~/case~}}