hr-design-system-handlebars 1.35.6 → 1.35.7

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.35.7 (Tue Aug 08 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - modify tracking-code [#703](https://github.com/mumprod/hr-design-system-handlebars/pull/703) ([@hanswurstsalat](https://github.com/hanswurstsalat))
6
+
7
+ #### Authors: 1
8
+
9
+ - Geraldo ([@hanswurstsalat](https://github.com/hanswurstsalat))
10
+
11
+ ---
12
+
1
13
  # v1.35.6 (Tue Aug 08 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -3025,7 +3025,7 @@ video {
3025
3025
  border-bottom-color: var(--color-secondary-ds);
3026
3026
  }
3027
3027
  .counter-reset {
3028
- counter-reset: cnt1691490525228;
3028
+ counter-reset: cnt1691492168907;
3029
3029
  }
3030
3030
  .hyphens-auto {
3031
3031
  -webkit-hyphens: auto;
@@ -3260,7 +3260,7 @@ video {
3260
3260
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3261
3261
  }
3262
3262
  .-ordered {
3263
- counter-increment: cnt1691490525228 1;
3263
+ counter-increment: cnt1691492168907 1;
3264
3264
  }
3265
3265
  .-ordered::before {
3266
3266
  position: absolute;
@@ -3276,7 +3276,7 @@ video {
3276
3276
  letter-spacing: .0125em;
3277
3277
  --tw-text-opacity: 1;
3278
3278
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3279
- content: counter(cnt1691490525228);
3279
+ content: counter(cnt1691492168907);
3280
3280
  }
3281
3281
  /*! ****************************/
3282
3282
  /*! DataPolicy stuff */
@@ -8,7 +8,7 @@
8
8
  <button type="button"
9
9
  class="w-full text-left"
10
10
  @click="selected !== {{nextRandom}} ? selected = {{getRandom}} : selected = null"
11
- data-hr-click-tracking='{"settings": [{"type": "Accordion", "secondLevelId": "1", "clickLabel": "Akkordeon::{{this.text}}-Link geklickt"}]}'
11
+ data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "Akkordeon::{{this.text}}-Link geklickt"}]}'
12
12
  >
13
13
  <div class="flex flex-row justify-between border-t basis-10/12 content-evenly border-gray-alto">
14
14
  <h3 :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal sm480:my-5 sm480:text-lg font-headingSerif">{{{this.text}}}</h3>
@@ -8,7 +8,7 @@
8
8
  <button type="button"
9
9
  class="w-full text-left"
10
10
  @click="selected !== {{nextRandom}} ? selected = {{getRandom}} : selected = null"
11
- data-hr-click-tracking='{"settings": [{"type": "Accordion", "secondLevelId": "1", "clickLabel": "Akkordeon::{{this.text}}-Link geklickt"}]}'
11
+ data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "Akkordeon::{{this.text}}-Link geklickt"}]}'
12
12
  >
13
13
  <div class="flex flex-row justify-between border-t basis-10/12 content-evenly border-gray-alto">
14
14
  <h3 :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal sm480:my-5 sm480:text-lg font-headingSerif">{{{this.text}}}</h3>
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.35.6",
9
+ "version": "1.35.7",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -8,7 +8,7 @@
8
8
  <button type="button"
9
9
  class="w-full text-left"
10
10
  @click="selected !== {{nextRandom}} ? selected = {{getRandom}} : selected = null"
11
- data-hr-click-tracking='{"settings": [{"type": "Accordion", "secondLevelId": "1", "clickLabel": "Akkordeon::{{this.text}}-Link geklickt"}]}'
11
+ data-hr-click-tracking='{"settings": [{"type": "uxAction", "clickLabel": "Akkordeon::{{this.text}}-Link geklickt"}]}'
12
12
  >
13
13
  <div class="flex flex-row justify-between border-t basis-10/12 content-evenly border-gray-alto">
14
14
  <h3 :class="selected !== {{getRandom}} ? 'line-clamp-2' : ''" class="hover:text-toplineColor self-center my-3.5 text-base font-normal sm480:my-5 sm480:text-lg font-headingSerif">{{{this.text}}}</h3>