hr-design-system-handlebars 1.82.1 → 1.82.2

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.82.2 (Mon Jul 15 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fixed context problems in infoboxes and contentboxes [#1008](https://github.com/mumprod/hr-design-system-handlebars/pull/1008) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v1.82.1 (Mon Jul 15 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3306,7 +3306,7 @@ article.indexTextDS .indexTextHighlighted .link {
3306
3306
  border-bottom-color: var(--color-secondary-ds);
3307
3307
  }
3308
3308
  .counter-reset {
3309
- counter-reset: cnt1721033037390;
3309
+ counter-reset: cnt1721050784800;
3310
3310
  }
3311
3311
  .hyphens-auto {
3312
3312
  -webkit-hyphens: auto;
@@ -3704,7 +3704,7 @@ article.indexTextDS .indexTextHighlighted .link {
3704
3704
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3705
3705
  }
3706
3706
  .-ordered {
3707
- counter-increment: cnt1721033037390 1;
3707
+ counter-increment: cnt1721050784800 1;
3708
3708
  }
3709
3709
  .-ordered::before {
3710
3710
  position: absolute;
@@ -3720,7 +3720,7 @@ article.indexTextDS .indexTextHighlighted .link {
3720
3720
  letter-spacing: .0125em;
3721
3721
  --tw-text-opacity: 1;
3722
3722
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3723
- content: counter(cnt1721033037390);
3723
+ content: counter(cnt1721050784800);
3724
3724
  }
3725
3725
  /*! ****************************/
3726
3726
  /*! DataPolicy stuff */
@@ -20,7 +20,7 @@
20
20
  _noAr=(if this.showPortrait.isTrue true false)
21
21
  _pictureAddClass=(if this.showPortrait.isTrue "" "ar-16-9")
22
22
  _cssClassCaption="mb-3"
23
- _isWebview=../../_isWebview}}
23
+ _isWebview=../../../_isWebview-adjust_context}}
24
24
  {{#if ../this.showFullSize.isTrue }}
25
25
  {{#unless this.showFullSize.isTrue }}
26
26
  </div>
@@ -20,7 +20,7 @@
20
20
  _noAr=(if this.showPortrait.isTrue true false)
21
21
  _pictureAddClass=(if this.showPortrait.isTrue "" "ar-16-9")
22
22
  _cssClassCaption="mb-3"
23
- _isWebview=../../_isWebview}}
23
+ _isWebview=../../../_isWebview-adjust_context}}
24
24
  {{#if ../paragraphProperties.[0].showFullSize }}
25
25
  {{#unless this.showFullSize.isTrue }}
26
26
  </div>
@@ -7,7 +7,7 @@
7
7
  {{~> components/content/copytext/components/image/image _isWebview=../_isWebview}}
8
8
  {{/if~}}
9
9
  {{~#if this.isContentBox}}
10
- {{~> components/content/copytext/components/contentbox/contentbox ~}}
10
+ {{~> components/content/copytext/components/contentbox/contentbox _isWebview=../_isWebview ~}}
11
11
  {{/if~}}
12
12
  {{~#if this.isAccordion}}
13
13
  {{~> components/content/copytext/components/accordion/accordion ~}}
@@ -109,7 +109,7 @@
109
109
  {{/if}}
110
110
 
111
111
  {{#if this.isInfoBox}}
112
- {{> components/content/copytext/components/infobox }}
112
+ {{> components/content/copytext/components/infobox _isWebview=_isWebview }}
113
113
  {{/if}}
114
114
  {{#if this.isAdditionalInfo}}
115
115
  {{> components/content/copytext/components/additionalinfo }}
@@ -20,7 +20,7 @@
20
20
  _noAr=(if this.showPortrait.isTrue true false)
21
21
  _pictureAddClass=(if this.showPortrait.isTrue "" "ar-16-9")
22
22
  _cssClassCaption="mb-3"
23
- _isWebview=../../_isWebview}}
23
+ _isWebview=../_isWebview}}
24
24
  {{#if ../this.showFullSize.isTrue }}
25
25
  {{#unless this.showFullSize.isTrue }}
26
26
  </div>
@@ -20,7 +20,7 @@
20
20
  _noAr=(if this.showPortrait.isTrue true false)
21
21
  _pictureAddClass=(if this.showPortrait.isTrue "" "ar-16-9")
22
22
  _cssClassCaption="mb-3"
23
- _isWebview=../../_isWebview}}
23
+ _isWebview=../_isWebview}}
24
24
  {{#if ../paragraphProperties.[0].showFullSize }}
25
25
  {{#unless this.showFullSize.isTrue }}
26
26
  </div>
@@ -7,7 +7,7 @@
7
7
  {{~> components/content/copytext/components/image/image _isWebview=../_isWebview}}
8
8
  {{/if~}}
9
9
  {{~#if this.isContentBox}}
10
- {{~> components/content/copytext/components/contentbox/contentbox ~}}
10
+ {{~> components/content/copytext/components/contentbox/contentbox _isWebview=../_isWebview ~}}
11
11
  {{/if~}}
12
12
  {{~#if this.isAccordion}}
13
13
  {{~> components/content/copytext/components/accordion/accordion ~}}
@@ -109,7 +109,7 @@
109
109
  {{/if}}
110
110
 
111
111
  {{#if this.isInfoBox}}
112
- {{> components/content/copytext/components/infobox }}
112
+ {{> components/content/copytext/components/infobox _isWebview=_isWebview }}
113
113
  {{/if}}
114
114
  {{#if this.isAdditionalInfo}}
115
115
  {{> components/content/copytext/components/additionalinfo }}
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.82.1",
9
+ "version": "1.82.2",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -20,7 +20,7 @@
20
20
  _noAr=(if this.showPortrait.isTrue true false)
21
21
  _pictureAddClass=(if this.showPortrait.isTrue "" "ar-16-9")
22
22
  _cssClassCaption="mb-3"
23
- _isWebview=../../_isWebview}}
23
+ _isWebview=../_isWebview-adjust_context}}
24
24
  {{#if ../this.showFullSize.isTrue }}
25
25
  {{#unless this.showFullSize.isTrue }}
26
26
  </div>
@@ -20,7 +20,7 @@
20
20
  _noAr=(if this.showPortrait.isTrue true false)
21
21
  _pictureAddClass=(if this.showPortrait.isTrue "" "ar-16-9")
22
22
  _cssClassCaption="mb-3"
23
- _isWebview=../../_isWebview}}
23
+ _isWebview=../_isWebview-adjust_context}}
24
24
  {{#if ../paragraphProperties.[0].showFullSize }}
25
25
  {{#unless this.showFullSize.isTrue }}
26
26
  </div>
@@ -7,7 +7,7 @@
7
7
  {{~> components/content/copytext/components/image/image _isWebview=../_isWebview}}
8
8
  {{/if~}}
9
9
  {{~#if this.isContentBox}}
10
- {{~> components/content/copytext/components/contentbox/contentbox ~}}
10
+ {{~> components/content/copytext/components/contentbox/contentbox _isWebview=../_isWebview ~}}
11
11
  {{/if~}}
12
12
  {{~#if this.isAccordion}}
13
13
  {{~> components/content/copytext/components/accordion/accordion ~}}
@@ -109,7 +109,7 @@
109
109
  {{/if}}
110
110
 
111
111
  {{#if this.isInfoBox}}
112
- {{> components/content/copytext/components/infobox }}
112
+ {{> components/content/copytext/components/infobox _isWebview=_isWebview }}
113
113
  {{/if}}
114
114
  {{#if this.isAdditionalInfo}}
115
115
  {{> components/content/copytext/components/additionalinfo }}