hr-design-system-handlebars 1.70.9 → 1.70.11

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.70.11 (Mon Jun 17 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - ✨ Webview Adjustments DPE-2945 [#949](https://github.com/mumprod/hr-design-system-handlebars/pull/949) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
13
+ # v1.70.10 (Mon Jun 17 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - add w-full [#948](https://github.com/mumprod/hr-design-system-handlebars/pull/948) ([@hanswurstsalat](https://github.com/hanswurstsalat))
18
+
19
+ #### Authors: 1
20
+
21
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
22
+
23
+ ---
24
+
1
25
  # v1.70.9 (Fri Jun 14 2024)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -3365,7 +3365,7 @@ article.indexTextDS .indexTextHighlighted .link {
3365
3365
  border-bottom-color: var(--color-secondary-ds);
3366
3366
  }
3367
3367
  .counter-reset {
3368
- counter-reset: cnt1718364550560;
3368
+ counter-reset: cnt1718637216423;
3369
3369
  }
3370
3370
  .hyphens-auto {
3371
3371
  -webkit-hyphens: auto;
@@ -3744,7 +3744,7 @@ article.indexTextDS .indexTextHighlighted .link {
3744
3744
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3745
3745
  }
3746
3746
  .-ordered {
3747
- counter-increment: cnt1718364550560 1;
3747
+ counter-increment: cnt1718637216423 1;
3748
3748
  }
3749
3749
  .-ordered::before {
3750
3750
  position: absolute;
@@ -3760,7 +3760,7 @@ article.indexTextDS .indexTextHighlighted .link {
3760
3760
  letter-spacing: .0125em;
3761
3761
  --tw-text-opacity: 1;
3762
3762
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3763
- content: counter(cnt1718364550560);
3763
+ content: counter(cnt1718637216423);
3764
3764
  }
3765
3765
  /*! ****************************/
3766
3766
  /*! DataPolicy stuff */
@@ -1,16 +1,18 @@
1
- <div class="clear-both mt-5 border-y border-gray-scorpion">
2
- <div class="flex clear-both w-full my-4 sm:my-4">
3
- <div class="self-center">
4
- {{> components/page/components/author _hideFrom=false }}
1
+ {{#unless this.hideMetadatabox}}
2
+ <div class="clear-both mt-5 border-y border-gray-scorpion">
3
+ <div class="flex clear-both w-full my-4 sm:my-4">
4
+ <div class="self-center">
5
+ {{> components/page/components/author _hideFrom=false }}
5
6
 
6
- {{#if _showDate }}
7
- {{> components/page/components/publicationdate }}
8
- {{/if}}
7
+ {{#if _showDate }}
8
+ {{> components/page/components/publicationdate }}
9
+ {{/if}}
9
10
 
10
- {{> components/page/components/commentinfo }}
11
+ {{> components/page/components/commentinfo }}
12
+ </div>
13
+ {{#unless _webview}}
14
+ {{> components/social_sharing/social_sharing_compact _isVertical=false}}
15
+ {{/unless}}
11
16
  </div>
12
-
13
- {{> components/social_sharing/social_sharing_compact _isVertical=false}}
14
-
15
17
  </div>
16
- </div>
18
+ {{/unless}}
@@ -3,7 +3,7 @@
3
3
 
4
4
  {{> components/page/components/shorttext _text=this.shorttext }}
5
5
 
6
- {{> components/page/components/metadatabox _showDate=this.hasDwellTime}}
6
+ {{> components/page/components/metadatabox _showDate=this.hasDwellTime _webview=../../_webview-adjust_context}}
7
7
 
8
8
 
9
9
  {{#unless this.displayPageLead.isFalse}}
@@ -21,12 +21,12 @@
21
21
  {{/with}}
22
22
  {{/unless}}
23
23
 
24
- {{#unless _webview}}
24
+ {{#unless ../../_webview-adjust_context}}
25
25
  {{~#with this.socialSharing ~}}
26
26
  {{> components/social_sharing/social_sharing_copytext}}
27
27
  {{~/with~}}
28
28
  {{/unless}}
29
- {{~> components/content/copytext/copytext _isWebview=_webview ~}}
29
+ {{~> components/content/copytext/copytext _isWebview=../../_webview-adjust_context ~}}
30
30
 
31
31
  {{> components/page/components/appendix _isArticle=true }}
32
32
 
@@ -11,7 +11,7 @@
11
11
  {{/if}}
12
12
  {{#if this.date}}
13
13
  <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
14
- class="{{#if _isArticle}}pt-3 md:pt-4{{else}}pt-1{{/if}} text-xs font-copy">
14
+ class="{{#if _isArticle}}pt-3 md:pt-4{{else}}pt-1{{/if}} text-xs font-copy w-full">
15
15
  {{#if this.displayWithTime}}
16
16
  {{loca "date_simple_at" this.date.dateSeparatorTime}}
17
17
  {{else}}
@@ -1,16 +1,18 @@
1
- <div class="clear-both mt-5 border-y border-gray-scorpion">
2
- <div class="flex clear-both w-full my-4 sm:my-4">
3
- <div class="self-center">
4
- {{> components/page/components/author _hideFrom=false }}
1
+ {{#unless this.hideMetadatabox}}
2
+ <div class="clear-both mt-5 border-y border-gray-scorpion">
3
+ <div class="flex clear-both w-full my-4 sm:my-4">
4
+ <div class="self-center">
5
+ {{> components/page/components/author _hideFrom=false }}
5
6
 
6
- {{#if _showDate }}
7
- {{> components/page/components/publicationdate }}
8
- {{/if}}
7
+ {{#if _showDate }}
8
+ {{> components/page/components/publicationdate }}
9
+ {{/if}}
9
10
 
10
- {{> components/page/components/commentinfo }}
11
+ {{> components/page/components/commentinfo }}
12
+ </div>
13
+ {{#unless _webview}}
14
+ {{> components/social_sharing/social_sharing_compact _isVertical=false}}
15
+ {{/unless}}
11
16
  </div>
12
-
13
- {{> components/social_sharing/social_sharing_compact _isVertical=false}}
14
-
15
17
  </div>
16
- </div>
18
+ {{/unless}}
@@ -3,7 +3,7 @@
3
3
 
4
4
  {{> components/page/components/shorttext _text=this.shorttext }}
5
5
 
6
- {{> components/page/components/metadatabox _showDate=this.hasDwellTime}}
6
+ {{> components/page/components/metadatabox _showDate=this.hasDwellTime _webview=_webview}}
7
7
 
8
8
 
9
9
  {{#unless this.displayPageLead.isFalse}}
@@ -11,7 +11,7 @@
11
11
  {{/if}}
12
12
  {{#if this.date}}
13
13
  <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
14
- class="{{#if _isArticle}}pt-3 md:pt-4{{else}}pt-1{{/if}} text-xs font-copy">
14
+ class="{{#if _isArticle}}pt-3 md:pt-4{{else}}pt-1{{/if}} text-xs font-copy w-full">
15
15
  {{#if this.displayWithTime}}
16
16
  {{loca "date_simple_at" this.date.dateSeparatorTime}}
17
17
  {{else}}
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.70.9",
9
+ "version": "1.70.11",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,16 +1,18 @@
1
- <div class="clear-both mt-5 border-y border-gray-scorpion">
2
- <div class="flex clear-both w-full my-4 sm:my-4">
3
- <div class="self-center">
4
- {{> components/page/components/author _hideFrom=false }}
1
+ {{#unless this.hideMetadatabox}}
2
+ <div class="clear-both mt-5 border-y border-gray-scorpion">
3
+ <div class="flex clear-both w-full my-4 sm:my-4">
4
+ <div class="self-center">
5
+ {{> components/page/components/author _hideFrom=false }}
5
6
 
6
- {{#if _showDate }}
7
- {{> components/page/components/publicationdate }}
8
- {{/if}}
7
+ {{#if _showDate }}
8
+ {{> components/page/components/publicationdate }}
9
+ {{/if}}
9
10
 
10
- {{> components/page/components/commentinfo }}
11
+ {{> components/page/components/commentinfo }}
12
+ </div>
13
+ {{#unless _webview}}
14
+ {{> components/social_sharing/social_sharing_compact _isVertical=false}}
15
+ {{/unless}}
11
16
  </div>
12
-
13
- {{> components/social_sharing/social_sharing_compact _isVertical=false}}
14
-
15
17
  </div>
16
- </div>
18
+ {{/unless}}
@@ -3,7 +3,7 @@
3
3
 
4
4
  {{> components/page/components/shorttext _text=this.shorttext }}
5
5
 
6
- {{> components/page/components/metadatabox _showDate=this.hasDwellTime}}
6
+ {{> components/page/components/metadatabox _showDate=this.hasDwellTime _webview=_webview-adjust_context}}
7
7
 
8
8
 
9
9
  {{#unless this.displayPageLead.isFalse}}
@@ -21,12 +21,12 @@
21
21
  {{/with}}
22
22
  {{/unless}}
23
23
 
24
- {{#unless _webview}}
24
+ {{#unless _webview-adjust_context}}
25
25
  {{~#with this.socialSharing ~}}
26
26
  {{> components/social_sharing/social_sharing_copytext}}
27
27
  {{~/with~}}
28
28
  {{/unless}}
29
- {{~> components/content/copytext/copytext _isWebview=_webview ~}}
29
+ {{~> components/content/copytext/copytext _isWebview=_webview-adjust_context ~}}
30
30
 
31
31
  {{> components/page/components/appendix _isArticle=true }}
32
32
 
@@ -11,7 +11,7 @@
11
11
  {{/if}}
12
12
  {{#if this.date}}
13
13
  <time datetime="{{#if this.displayWithTime}}{{this.date.htmlDateTime}}{{else}}{{this.date.date}}{{/if}}"
14
- class="{{#if _isArticle}}pt-3 md:pt-4{{else}}pt-1{{/if}} text-xs font-copy">
14
+ class="{{#if _isArticle}}pt-3 md:pt-4{{else}}pt-1{{/if}} text-xs font-copy w-full">
15
15
  {{#if this.displayWithTime}}
16
16
  {{loca "date_simple_at" this.date.dateSeparatorTime}}
17
17
  {{else}}