hr-design-system-handlebars 1.18.2 → 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 +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/button/top_topics_button.hbs +10 -5
- package/dist/views/components/tracking/download_tracking.hbs +1 -2
- package/dist/views/components/tracking/navigation_tracking.hbs +1 -4
- package/package.json +1 -1
- package/src/stories/views/components/button/top_topics_button.hbs +10 -5
- package/src/stories/views/components/tracking/download_tracking.hbs +1 -2
- package/src/stories/views/components/tracking/navigation_tracking.hbs +1 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
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
|
+
|
|
1
13
|
# v1.18.2 (Thu May 04 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -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:
|
|
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:
|
|
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(
|
|
2943
|
+
content: counter(cnt1683217642256);
|
|
2944
2944
|
}
|
|
2945
2945
|
/*! ****************************/
|
|
2946
2946
|
/*! text-shadow */
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
{{
|
|
2
|
-
|
|
3
|
-
{{>
|
|
4
|
-
|
|
5
|
-
|
|
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.
|
|
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
|
-
{{
|
|
2
|
-
|
|
3
|
-
{{>
|
|
4
|
-
|
|
5
|
-
|
|
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"}]}'
|