hr-design-system-handlebars 1.18.1 → 1.18.3

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.18.3 (Thu May 04 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - DPE-2294 Topthemen: Tracking [#626](https://github.com/mumprod/hr-design-system-handlebars/pull/626) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
13
+ # v1.18.2 (Thu May 04 2023)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - fixes wrong file suffixes in mdx [#624](https://github.com/mumprod/hr-design-system-handlebars/pull/624) ([@StefanVesper](https://github.com/StefanVesper))
18
+
19
+ #### Authors: 1
20
+
21
+ - SonicSoulSurfer ([@StefanVesper](https://github.com/StefanVesper))
22
+
23
+ ---
24
+
1
25
  # v1.18.1 (Thu May 04 2023)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -2685,7 +2685,7 @@ video {
2685
2685
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2686
2686
  }
2687
2687
  .counter-reset {
2688
- counter-reset: cnt1683208876543;
2688
+ counter-reset: cnt1683217642256;
2689
2689
  }
2690
2690
  .hyphens-auto {
2691
2691
  -webkit-hyphens: auto;
@@ -2924,7 +2924,7 @@ video {
2924
2924
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2925
2925
  }
2926
2926
  .-ordered {
2927
- counter-increment: cnt1683208876543 1;
2927
+ counter-increment: cnt1683217642256 1;
2928
2928
  }
2929
2929
  .-ordered::before {
2930
2930
  position: absolute;
@@ -2940,7 +2940,7 @@ video {
2940
2940
  letter-spacing: .0125em;
2941
2941
  --tw-text-opacity: 1;
2942
2942
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2943
- content: counter(cnt1683208876543);
2943
+ content: counter(cnt1683217642256);
2944
2944
  }
2945
2945
  /*! ****************************/
2946
2946
  /*! text-shadow */
@@ -1,5 +1,10 @@
1
- {{#> components/base/link _link=this.link _css="inline-flex items-center"}}
2
- <span class="rounded-full font-copy my-2 lg:mb-2.5 pt-0.5 px-1.5 leading-5 {{> components/button/utilities/button_variation_classes _variant="primary" _onBackground="true"}}">
3
- {{> @partial-block }}
4
- </span>
5
- {{/components/base/link}}
1
+ {{#with this}}
2
+ {{#> components/base/link _link=this.link _css="inline-flex items-center"}}
3
+ <span class="rounded-full font-copy my-2 lg:mb-2.5 pt-0.5 px-1.5 leading-5 {{> components/button/utilities/button_variation_classes _variant="primary" _onBackground="true"}}">
4
+ {{> @partial-block }}
5
+ </span>
6
+ {{/components/base/link}}
7
+ {{#*inline "htmlProperties"}}
8
+ {{> components/tracking/navigation_tracking _clickLabelType="TopThemenNavigation" _clickLabelPrefix1=this.title}}
9
+ {{/inline}}
10
+ {{/with}}
@@ -1,2 +1 @@
1
- {{#with this.trackingData}}data-hr-click-tracking='{"settings": [{"type":"download","secondLevelId":
2
- "{{this.secondLevelId}}","clickLabel": "{{this.pageName}}"}]}'{{/with}}
1
+ {{#with this.trackingData}}data-hr-click-tracking='{"settings": [{"type":"download","secondLevelId":"{{this.secondLevelId}}","clickLabel": "{{this.pageName}}"}]}'{{/with}}
@@ -1,4 +1 @@
1
- data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "1","clickLabel":"{{_clickLabelType}}{{#if
2
- _clickLabelPrefix1
3
- }}::{{_clickLabelPrefix1}}{{/if}}{{#if _clickLabelPrefix2}}::{{_clickLabelPrefix2}}{{/if}}-Link
4
- geklickt"}]}'
1
+ data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "1","clickLabel":"{{_clickLabelType}}{{#if _clickLabelPrefix1}}::{{_clickLabelPrefix1}}{{/if}}{{#if _clickLabelPrefix2}}::{{_clickLabelPrefix2}}{{/if}}-Link geklickt"}]}'
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.18.1",
9
+ "version": "1.18.3",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -1,5 +1,10 @@
1
- {{#> components/base/link _link=this.link _css="inline-flex items-center"}}
2
- <span class="rounded-full font-copy my-2 lg:mb-2.5 pt-0.5 px-1.5 leading-5 {{> components/button/utilities/button_variation_classes _variant="primary" _onBackground="true"}}">
3
- {{> @partial-block }}
4
- </span>
5
- {{/components/base/link}}
1
+ {{#with this}}
2
+ {{#> components/base/link _link=this.link _css="inline-flex items-center"}}
3
+ <span class="rounded-full font-copy my-2 lg:mb-2.5 pt-0.5 px-1.5 leading-5 {{> components/button/utilities/button_variation_classes _variant="primary" _onBackground="true"}}">
4
+ {{> @partial-block }}
5
+ </span>
6
+ {{/components/base/link}}
7
+ {{#*inline "htmlProperties"}}
8
+ {{> components/tracking/navigation_tracking _clickLabelType="TopThemenNavigation" _clickLabelPrefix1=this.title}}
9
+ {{/inline}}
10
+ {{/with}}
@@ -62,7 +62,7 @@ Desktop:
62
62
 
63
63
  Tablet:
64
64
 
65
- <img src="/images/navi_tablet.PNG" />
65
+ <img src="/images/navi_tablet.png" />
66
66
 
67
67
  <br />
68
68
 
@@ -140,13 +140,13 @@ Es gibt 3 Scrollpositionen, die relevant sind: 0%, 50% und 90%. Die Höhe des Vi
140
140
 
141
141
  **Tablet > 0% / \< 50%:**
142
142
 
143
- <img src="/images/navi_tablet_scroll_1percent.PNG" />
143
+ <img src="/images/navi_tablet_scroll_1percent.png" />
144
144
 
145
145
  <br />
146
146
 
147
147
  **Tablet > 50% / \< 90%:**
148
148
 
149
- <img src="/images/navi_tablet_scroll_50percent.PNG" />
149
+ <img src="/images/navi_tablet_scroll_50percent.png" />
150
150
 
151
151
  <br />
152
152
 
@@ -160,7 +160,7 @@ Es gibt 3 Scrollpositionen, die relevant sind: 0%, 50% und 90%. Die Höhe des Vi
160
160
 
161
161
  **Mobil >50% / \< 90%:**
162
162
 
163
- <img src="/images/navi_mobil_scroll_50percent.PNG" />
163
+ <img src="/images/navi_mobil_scroll_50percent.png" />
164
164
 
165
165
  <br />
166
166
 
@@ -168,7 +168,7 @@ Es gibt 3 Scrollpositionen, die relevant sind: 0%, 50% und 90%. Die Höhe des Vi
168
168
 
169
169
  <br />
170
170
 
171
- <a href="#top">Back to top</a>
171
+ <a target="_self" href="#top">Back to top</a>
172
172
 
173
173
  <a name="templates" />
174
174
 
@@ -244,7 +244,7 @@ shouldServiceNavBeHidden() {
244
244
  Weiterhin sind in der Datei **header_alpine.js** weitere Alpine.data-Kontexte für das Overlay, die Dropdown-Menus und die Flyouts hinterlegt.
245
245
  Für die Erklärung können die Kommentare direkt in der Datei herangezogen werden.
246
246
 
247
- <a href="#top">Back to top</a>
247
+ <a href="#top" target="_self">Back to top</a>
248
248
 
249
249
  <br />
250
250
 
@@ -389,7 +389,7 @@ Service-Navigation Flyout Tablet/Mobil:
389
389
 
390
390
  <br />
391
391
 
392
- <a href="#top">Back to top</a>
392
+ <a href="#top" target="_self">Back to top</a>
393
393
 
394
394
  <br />
395
395
 
@@ -445,4 +445,4 @@ dargstellt:
445
445
 
446
446
  <br />
447
447
 
448
- <a href="#top">Back to top</a>
448
+ <a href="#top" target="_self">Back to top</a>
@@ -1,2 +1 @@
1
- {{#with this.trackingData}}data-hr-click-tracking='{"settings": [{"type":"download","secondLevelId":
2
- "{{this.secondLevelId}}","clickLabel": "{{this.pageName}}"}]}'{{/with}}
1
+ {{#with this.trackingData}}data-hr-click-tracking='{"settings": [{"type":"download","secondLevelId":"{{this.secondLevelId}}","clickLabel": "{{this.pageName}}"}]}'{{/with}}
@@ -1,4 +1 @@
1
- data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "1","clickLabel":"{{_clickLabelType}}{{#if
2
- _clickLabelPrefix1
3
- }}::{{_clickLabelPrefix1}}{{/if}}{{#if _clickLabelPrefix2}}::{{_clickLabelPrefix2}}{{/if}}-Link
4
- geklickt"}]}'
1
+ data-hr-click-tracking='{"settings": [{"type":"uxAction","secondLevelId": "1","clickLabel":"{{_clickLabelType}}{{#if _clickLabelPrefix1}}::{{_clickLabelPrefix1}}{{/if}}{{#if _clickLabelPrefix2}}::{{_clickLabelPrefix2}}{{/if}}-Link geklickt"}]}'