hr-design-system-handlebars 1.33.0 → 1.33.1

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.33.1 (Wed Jul 19 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Bugfix release 2023 07 19 [#685](https://github.com/mumprod/hr-design-system-handlebars/pull/685) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v1.33.0 (Wed Jul 19 2023)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -2817,7 +2817,7 @@ video {
2817
2817
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2818
2818
  }
2819
2819
  .counter-reset {
2820
- counter-reset: cnt1689770611323;
2820
+ counter-reset: cnt1689780802351;
2821
2821
  }
2822
2822
  .hyphens-auto {
2823
2823
  -webkit-hyphens: auto;
@@ -3052,7 +3052,7 @@ video {
3052
3052
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3053
3053
  }
3054
3054
  .-ordered {
3055
- counter-increment: cnt1689770611323 1;
3055
+ counter-increment: cnt1689780802351 1;
3056
3056
  }
3057
3057
  .-ordered::before {
3058
3058
  position: absolute;
@@ -3068,7 +3068,7 @@ video {
3068
3068
  letter-spacing: .0125em;
3069
3069
  --tw-text-opacity: 1;
3070
3070
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3071
- content: counter(cnt1689770611323);
3071
+ content: counter(cnt1689780802351);
3072
3072
  }
3073
3073
  /*! ****************************/
3074
3074
  /*! text-shadow */
@@ -3393,10 +3393,10 @@ video {
3393
3393
  --color-highlight-2: #d34600;
3394
3394
 
3395
3395
  /* Navigation Hintergrund */
3396
- --color-navigation-bg: #276b9e;
3396
+ --color-navigation-bg: #00375d;
3397
3397
  /* Brandnavigation Border and :before Colors*/
3398
- --color-brandnavigation-border-color: #276b9e;
3399
- --color-brandnav-pseudo: #276b9e;
3398
+ --color-brandnavigation-border-color: #00375d;
3399
+ --color-brandnav-pseudo: #00375d;
3400
3400
 
3401
3401
  /* Medieninhalte, Video, Audio, Bildergalerie */
3402
3402
  --color-label-media: #276b9e;
@@ -1,4 +1,4 @@
1
- import { download, pi, uxAction, uxNavigation } from 'base/tracking/pianoHelper.subfeature'
1
+ import { download, pi, uxAction, uxNavigation } from 'base/tracking/atiHelper.subfeature'
2
2
 
3
3
  const ClickTracking = function (context) {
4
4
  const { options } = context,
@@ -5,6 +5,8 @@
5
5
  {{#if this.isExtOrBrandLink}}
6
6
  {{#>components/base/link _link=this.link _css="relative inline text-link z-20 ds-focus"}}
7
7
  <span class="hover:underline decoration-1 font-copy">{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="inline -mt-0.5 w-5 h-5 fill-current ml-1"}}{{/if~}}</span>
8
- {{/components/base/link}}
8
+ {{/components/base/link}}
9
+ {{#*inline "htmlProperties"~}}
10
+ {{~/inline}}
9
11
  {{/if}}
10
12
  </div>
@@ -1,4 +1 @@
1
- data-hr-click-tracking='{"settings": [{"type":"uxNavigation","secondLevelId": "1","clickLabel":"{{_clickLabelType}}{{#if
2
- _clickLabelPrefix1
3
- }}::{{_clickLabelPrefix1}}{{/if}}{{#if _clickLabelPrefix2}}::{{_clickLabelPrefix2}}{{/if}}-Link
4
- geklickt"}]}'
1
+ data-hr-click-tracking='{"settings": [{"type":"uxNavigation","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.33.0",
9
+ "version": "1.33.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -266,10 +266,10 @@
266
266
  --color-highlight-2: theme('colors.orange.spicyCarrot');
267
267
 
268
268
  /* Navigation Hintergrund */
269
- --color-navigation-bg: theme('colors.blue.jellyBean');
269
+ --color-navigation-bg: theme('colors.blue.astronautBlue');
270
270
  /* Brandnavigation Border and :before Colors*/
271
- --color-brandnavigation-border-color: theme('colors.blue.jellyBean');
272
- --color-brandnav-pseudo: theme('colors.blue.jellyBean');
271
+ --color-brandnavigation-border-color: theme('colors.blue.astronautBlue');
272
+ --color-brandnav-pseudo: theme('colors.blue.astronautBlue');
273
273
 
274
274
  /* Medieninhalte, Video, Audio, Bildergalerie */
275
275
  --color-label-media: theme('colors.blue.jellyBean');
@@ -1,4 +1,4 @@
1
- import { download, pi, uxAction, uxNavigation } from 'base/tracking/pianoHelper.subfeature'
1
+ import { download, pi, uxAction, uxNavigation } from 'base/tracking/atiHelper.subfeature'
2
2
 
3
3
  const ClickTracking = function (context) {
4
4
  const { options } = context,
@@ -5,6 +5,8 @@
5
5
  {{#if this.isExtOrBrandLink}}
6
6
  {{#>components/base/link _link=this.link _css="relative inline text-link z-20 ds-focus"}}
7
7
  <span class="hover:underline decoration-1 font-copy">{{this.link.readMoreText.readMore}}{{~#if this.link.hasIcon}}{{> components/base/image/icon _icon=this.link.iconName _iconmap="icons" _addClass="inline -mt-0.5 w-5 h-5 fill-current ml-1"}}{{/if~}}</span>
8
- {{/components/base/link}}
8
+ {{/components/base/link}}
9
+ {{#*inline "htmlProperties"~}}
10
+ {{~/inline}}
9
11
  {{/if}}
10
12
  </div>
@@ -1,4 +1 @@
1
- data-hr-click-tracking='{"settings": [{"type":"uxNavigation","secondLevelId": "1","clickLabel":"{{_clickLabelType}}{{#if
2
- _clickLabelPrefix1
3
- }}::{{_clickLabelPrefix1}}{{/if}}{{#if _clickLabelPrefix2}}::{{_clickLabelPrefix2}}{{/if}}-Link
4
- geklickt"}]}'
1
+ data-hr-click-tracking='{"settings": [{"type":"uxNavigation","secondLevelId": "1","clickLabel":"{{_clickLabelType}}{{#if _clickLabelPrefix1}}::{{_clickLabelPrefix1}}{{/if}}{{#if _clickLabelPrefix2}}::{{_clickLabelPrefix2}}{{/if}}-Link geklickt"}]}'